Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2004-06-10 22:03:05 +0000
committerSilenio Quarti2004-06-10 22:03:05 +0000
commit6c571f280411fc445f34e980e8c2976b8fe68f01 (patch)
tree61767a328c0954a54f4ecb0a91290f6931dfbcd9 /bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
parent23e36d1b121d4f79cc73d0d1087efae0949cf9b9 (diff)
downloadeclipse.platform.swt-6c571f280411fc445f34e980e8c2976b8fe68f01.tar.gz
eclipse.platform.swt-6c571f280411fc445f34e980e8c2976b8fe68f01.tar.xz
eclipse.platform.swt-6c571f280411fc445f34e980e8c2976b8fe68f01.zip
66293
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties21
1 files changed, 21 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 2cb0f9b87c..5978946ae8 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
@@ -401,6 +401,12 @@ OS_PangoRectangle_sizeof=
OS_XAnyEvent_sizeof=
+OS_XCheckIfEvent=
+OS_XCheckIfEvent_0=cast=(Display *)
+OS_XCheckIfEvent_1=cast=XEvent *
+OS_XCheckIfEvent_2=cast=(Bool (*)())
+OS_XCheckIfEvent_3=cast=(XPointer)
+
OS_XCheckMaskEvent=
OS_XCheckMaskEvent_0=cast=(Display *)
OS_XCheckMaskEvent_1=cast=(long)
@@ -472,6 +478,8 @@ OS_XTestFakeMotionEvent_2=
OS_XTestFakeMotionEvent_3=
OS_XTestFakeMotionEvent_4=cast=unsigned long
+OS_XVisibilityEvent_sizeof=
+
OS_XWindowChanges_sizeof=
OS_g_filename_from_uri=
@@ -3141,6 +3149,11 @@ OS_memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I_0=cast=(void *
OS_memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I_1=cast=(const void *),flags=no_out
OS_memmove__ILorg_eclipse_swt_internal_gtk_XClientMessageEvent_2I_2=cast=(size_t)
+OS_memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I=
+OS_memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I_0=cast=(void *)
+OS_memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I_1=cast=(const void *),flags=no_out
+OS_memmove__ILorg_eclipse_swt_internal_gtk_XExposeEvent_2I_2=cast=(size_t)
+
OS_memmove__I_3BI=
OS_memmove__I_3BI_0=cast=(void *)
OS_memmove__I_3BI_1=cast=(const void *),flags=no_out critical
@@ -3274,6 +3287,11 @@ OS_memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II_0=cast=(void *),flags
OS_memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II_1=cast=(const void *)
OS_memmove__Lorg_eclipse_swt_internal_gtk_XExposeEvent_2II_2=cast=(size_t)
+OS_memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II=
+OS_memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II_0=cast=(void *),flags=no_in
+OS_memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II_1=cast=(const void *)
+OS_memmove__Lorg_eclipse_swt_internal_gtk_XVisibilityEvent_2II_2=cast=(size_t)
+
OS_memmove___3BII=
OS_memmove___3BII_0=cast=(void *),flags=no_in critical
OS_memmove___3BII_1=cast=(const void *)
@@ -3659,6 +3677,9 @@ XExposeEvent_width=
XExposeEvent_height=
XExposeEvent_count=
+org_eclipse_swt_internal_gtk_XVisibilityEvent=
+XVisibilityEvent_state=
+
org_eclipse_swt_internal_gtk_XWindowChanges=
XWindowChanges_x=
XWindowChanges_y=

Back to the top