Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties8
1 files changed, 8 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 38bbcc51a8..c40d904e8a 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
@@ -583,6 +583,9 @@ OS__GTK_IS_CELL_RENDERER_PIXBUF_0=
OS__GTK_IS_CELL_RENDERER_TEXT=
OS__GTK_IS_CELL_RENDERER_TEXT_0=
+OS__GTK_IS_CONTAINER=
+OS__GTK_IS_CONTAINER_0=
+
OS__GTK_IS_IMAGE_MENU_ITEM=
OS__GTK_IS_IMAGE_MENU_ITEM_0=
@@ -1969,6 +1972,11 @@ OS__gtk_container_add=
OS__gtk_container_add_0=cast=(GtkContainer *)
OS__gtk_container_add_1=cast=(GtkWidget *)
+OS__gtk_container_forall=
+OS__gtk_container_forall_0=cast=(GtkContainer *)
+OS__gtk_container_forall_1=cast=GtkCallback
+OS__gtk_container_forall_2=cast=gpointer
+
OS__gtk_container_get_border_width=
OS__gtk_container_get_border_width_0=cast=(GtkContainer *)

Back to the top