Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2011-04-01 19:52:31 +0000
committerSilenio Quarti2011-04-01 19:52:31 +0000
commit52c110b93169ca50cc17336de89321eb76b5f3d3 (patch)
tree624a8a7a9fdfe8cf9baf1cf53e014d1bb048c0c3 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parentea1614638a2d49cacb0be9856960133527b7df52 (diff)
downloadeclipse.platform.swt-52c110b93169ca50cc17336de89321eb76b5f3d3.tar.gz
eclipse.platform.swt-52c110b93169ca50cc17336de89321eb76b5f3d3.tar.xz
eclipse.platform.swt-52c110b93169ca50cc17336de89321eb76b5f3d3.zip
Bug 341085 - swt tests timing out linux.gtk.x86 in N20110327-2000
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
index aa5dd9be37..07a4b8ca55 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
@@ -289,6 +289,15 @@ typedef enum {
_1g_1log_1default_1handler_FUNC,
_1g_1log_1remove_1handler_FUNC,
_1g_1log_1set_1handler_FUNC,
+ _1g_1main_1context_1acquire_FUNC,
+ _1g_1main_1context_1check_FUNC,
+ _1g_1main_1context_1default_FUNC,
+ _1g_1main_1context_1get_1poll_1func_FUNC,
+ _1g_1main_1context_1iteration_FUNC,
+ _1g_1main_1context_1pending_FUNC,
+ _1g_1main_1context_1prepare_FUNC,
+ _1g_1main_1context_1query_FUNC,
+ _1g_1main_1context_1release_FUNC,
_1g_1malloc_FUNC,
#ifndef JNI64
_1g_1object_1get__I_3B_3II_FUNC,
@@ -1488,15 +1497,6 @@ typedef enum {
_1pango_1tab_1array_1get_1tabs_FUNC,
_1pango_1tab_1array_1new_FUNC,
_1pango_1tab_1array_1set_1tab_FUNC,
- g_1main_1context_1acquire_FUNC,
- g_1main_1context_1check_FUNC,
- g_1main_1context_1default_FUNC,
- g_1main_1context_1get_1poll_1func_FUNC,
- g_1main_1context_1iteration_FUNC,
- g_1main_1context_1pending_FUNC,
- g_1main_1context_1prepare_FUNC,
- g_1main_1context_1query_FUNC,
- g_1main_1context_1release_FUNC,
g_1main_1context_1wakeup_FUNC,
g_1value_1get_1double_FUNC,
g_1value_1get_1float_FUNC,
@@ -1511,6 +1511,7 @@ typedef enum {
gdk_1threads_1enter_FUNC,
gdk_1threads_1init_FUNC,
gdk_1threads_1leave_FUNC,
+ gdk_1threads_1set_1lock_1functions_FUNC,
localeconv_1decimal_1point_FUNC,
#ifndef JNI64
memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I_FUNC,

Back to the top