Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2004-10-08 19:26:45 +0000
committerSilenio Quarti2004-10-08 19:26:45 +0000
commit400a41972553b6a4188a913a649f045d7101753f (patch)
treecae921cf47ec68d1bffa7d7e0ee2c34fed6479fd /bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
parent0cb16698d77456121eddadf94aad89326dddfa90 (diff)
downloadeclipse.platform.swt-400a41972553b6a4188a913a649f045d7101753f.tar.gz
eclipse.platform.swt-400a41972553b6a4188a913a649f045d7101753f.tar.xz
eclipse.platform.swt-400a41972553b6a4188a913a649f045d7101753f.zip
sleep/wake
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.properties65
1 files changed, 61 insertions, 4 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 54b6635b11..2b769a7761 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
@@ -375,10 +375,16 @@ org_eclipse_swt_internal_gtk_LONG=flags=no_gen
LONG_value=
org_eclipse_swt_internal_gtk_OS=
-OS_Call=
-OS_Call_0=
-OS_Call_1=
-OS_Call_2=
+OS_Call__III=
+OS_Call__III_0=
+OS_Call__III_1=
+OS_Call__III_2=
+
+OS_Call__IIII=
+OS_Call__IIII_0=
+OS_Call__IIII_1=
+OS_Call__IIII_2=
+OS_Call__IIII_3=
OS_GDK_DISPLAY=
@@ -395,6 +401,8 @@ OS_GDK_WINDOWING_X11=flags=no_gen
OS_GInterfaceInfo_sizeof=
+OS_GPollFD_sizeof=
+
OS_GTK_ACCEL_LABEL_GET_ACCEL_STRING=
OS_GTK_ACCEL_LABEL_GET_ACCEL_STRING_0=cast=(GtkAccelLabel *)
@@ -557,6 +565,12 @@ OS_GtkTextIter_sizeof=
OS_GtkTreeIter_sizeof=
+OS_MonitorEnter=flags=no_gen
+OS_MonitorEnter_0=
+
+OS_MonitorExit=flags=no_gen
+OS_MonitorExit_0=
+
OS_PANGO_PIXELS=
OS_PANGO_PIXELS_0=
@@ -810,6 +824,44 @@ OS_g_log_set_handler_1=cast=(GLogLevelFlags)
OS_g_log_set_handler_2=cast=(GLogFunc)
OS_g_log_set_handler_3=cast=(gpointer)
+OS_g_main_context_acquire=
+OS_g_main_context_acquire_0=cast=GMainContext *
+
+OS_g_main_context_check=
+OS_g_main_context_check_0=cast=GMainContext *
+OS_g_main_context_check_1=
+OS_g_main_context_check_2=cast=GPollFD *
+OS_g_main_context_check_3=
+
+OS_g_main_context_default=
+
+OS_g_main_context_get_poll_func=
+OS_g_main_context_get_poll_func_0=cast=GMainContext *
+
+OS_g_main_context_iteration=
+OS_g_main_context_iteration_0=cast=GMainContext *
+OS_g_main_context_iteration_1=
+
+OS_g_main_context_pending=
+OS_g_main_context_pending_0=cast=GMainContext *
+
+OS_g_main_context_prepare=
+OS_g_main_context_prepare_0=cast=GMainContext *
+OS_g_main_context_prepare_1=
+
+OS_g_main_context_query=
+OS_g_main_context_query_0=cast=GMainContext *
+OS_g_main_context_query_1=
+OS_g_main_context_query_2=
+OS_g_main_context_query_3=cast=GPollFD *
+OS_g_main_context_query_4=
+
+OS_g_main_context_release=
+OS_g_main_context_release_0=cast=GMainContext *
+
+OS_g_main_context_wakeup=
+OS_g_main_context_wakeup_0=cast=GMainContext *
+
OS_g_malloc=
OS_g_malloc_0=cast=(gulong)
@@ -951,6 +1003,11 @@ OS_g_slist_next_0=cast=GSList *
OS_g_strfreev=
OS_g_strfreev_0=cast=(gchar **)
+OS_g_thread_init=
+OS_g_thread_init_0=cast=GThreadFunctions *
+
+OS_g_thread_supported=
+
OS_g_type_add_interface_static=
OS_g_type_add_interface_static_0=cast=(GType)
OS_g_type_add_interface_static_1=cast=(GType)

Back to the top