Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2004-10-14 18:55:03 +0000
committerFelipe Heidrich2004-10-14 18:55:03 +0000
commit041019a8ca669a3c3fbe8272666de1570f4a8357 (patch)
tree76396a37847e7a86c1a939ce4b2e7ed829a957ea /bundles/org.eclipse.swt.tools
parent71afcb4dfae1e885dd16fcba9ea9d27b86894c2c (diff)
downloadeclipse.platform.swt-041019a8ca669a3c3fbe8272666de1570f4a8357.tar.gz
eclipse.platform.swt-041019a8ca669a3c3fbe8272666de1570f4a8357.tar.xz
eclipse.platform.swt-041019a8ca669a3c3fbe8272666de1570f4a8357.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.tools')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties31
1 files changed, 31 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 2b769a7761..226eb41935 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
@@ -2620,6 +2620,32 @@ OS_gtk_socket_get_id_0=cast=GtkSocket *
OS_gtk_socket_new=
+OS_gtk_spin_button_get_adjustment=
+OS_gtk_spin_button_get_adjustment_0=cast=GtkSpinButton*
+
+OS_gtk_spin_button_new=
+OS_gtk_spin_button_new_0=cast=GtkAdjustment *
+OS_gtk_spin_button_new_1=
+OS_gtk_spin_button_new_2=
+
+OS_gtk_spin_button_set_increments=
+OS_gtk_spin_button_set_increments_0=cast=GtkSpinButton*
+OS_gtk_spin_button_set_increments_1=
+OS_gtk_spin_button_set_increments_2=
+
+OS_gtk_spin_button_set_range=
+OS_gtk_spin_button_set_range_0=cast=GtkSpinButton*
+OS_gtk_spin_button_set_range_1=
+OS_gtk_spin_button_set_range_2=
+
+OS_gtk_spin_button_set_value=
+OS_gtk_spin_button_set_value_0=cast=GtkSpinButton*
+OS_gtk_spin_button_set_value_1=
+
+OS_gtk_spin_button_set_wrap=
+OS_gtk_spin_button_set_wrap_0=cast=GtkSpinButton*
+OS_gtk_spin_button_set_wrap_1=
+
OS_gtk_style_get_base=
OS_gtk_style_get_base_0=cast=(GtkStyle *)
OS_gtk_style_get_base_1=
@@ -3625,6 +3651,11 @@ OS_memmove__I_3CI_0=cast=(void *)
OS_memmove__I_3CI_1=cast=(const void *),flags=no_out critical
OS_memmove__I_3CI_2=cast=(size_t)
+OS_memmove__I_3DI=
+OS_memmove__I_3DI_0=cast=(void *)
+OS_memmove__I_3DI_1=cast=(const void *),flags=no_out critical
+OS_memmove__I_3DI_2=cast=(size_t)
+
OS_memmove__I_3II=
OS_memmove__I_3II_0=cast=(void *)
OS_memmove__I_3II_1=cast=(const void *),flags=no_out critical

Back to the top