Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover2004-09-14 18:28:50 +0000
committerSteve Northover2004-09-14 18:28:50 +0000
commit8f686f83adcec04f64c474553aa95f765761dd1f (patch)
tree34b6f38dadbb974397c6637871517edb6024d7f0 /bundles/org.eclipse.swt.tools/JNI Generation
parentb3eb3e104b1d6c215b174b9762b761ff6ab11b47 (diff)
downloadeclipse.platform.swt-8f686f83adcec04f64c474553aa95f765761dd1f.tar.gz
eclipse.platform.swt-8f686f83adcec04f64c474553aa95f765761dd1f.tar.xz
eclipse.platform.swt-8f686f83adcec04f64c474553aa95f765761dd1f.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
index da633ec54d..42f60312dc 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
@@ -787,6 +787,12 @@ OS_g_log_set_handler_3=cast=(gpointer)
OS_g_malloc=
OS_g_malloc_0=cast=(gulong)
+OS_g_object_get=
+OS_g_object_get_0=cast=GObject *
+OS_g_object_get_1=cast=(const gchar *),flags=no_out
+OS_g_object_get_2=
+OS_g_object_get_3=
+
OS_g_object_get_qdata=
OS_g_object_get_qdata_0=cast=(GObject *)
OS_g_object_get_qdata_1=cast=(GQuark)
@@ -1361,6 +1367,9 @@ OS_gdk_pixbuf_scale_simple_1=
OS_gdk_pixbuf_scale_simple_2=
OS_gdk_pixbuf_scale_simple_3=cast=(GdkInterpType)
+OS_gdk_pixmap_foreign_new=
+OS_gdk_pixmap_foreign_new_0=
+
OS_gdk_pixmap_new=
OS_gdk_pixmap_new_0=cast=(GdkWindow *)
OS_gdk_pixmap_new_1=cast=(gint)
@@ -2446,6 +2455,8 @@ OS_gtk_separator_menu_item_new=
OS_gtk_set_locale=
+OS_gtk_settings_get_default=
+
OS_gtk_socket_get_id=
OS_gtk_socket_get_id_0=cast=GtkSocket *

Back to the top