Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2011-03-14 15:00:18 +0000
committerSilenio Quarti2011-03-14 15:00:18 +0000
commite217a74ba1f6b336ce0fce9be36a1f7a195a569a (patch)
tree5d9d692ae087b0abd76573dd3df4e51d6be6011c /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parent37c4fcd51b8a9c6723fd22771ab980e197f68727 (diff)
downloadeclipse.platform.swt-e217a74ba1f6b336ce0fce9be36a1f7a195a569a.tar.gz
eclipse.platform.swt-e217a74ba1f6b336ce0fce9be36a1f7a195a569a.tar.xz
eclipse.platform.swt-e217a74ba1f6b336ce0fce9be36a1f7a195a569a.zip
Bug 280649 - FileDialog widget causes the interface to freeze when used into a WebStart RCP plugin
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c25
1 files changed, 14 insertions, 11 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
index 27bd34cf92..6566378918 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
@@ -18,8 +18,8 @@
#ifdef NATIVE_STATS
-int OS_nativeFunctionCount = 1381;
-int OS_nativeFunctionCallCount[1381];
+int OS_nativeFunctionCount = 1384;
+int OS_nativeFunctionCallCount[1384];
char * OS_nativeFunctionNames[] = {
#ifndef JNI64
"Call__IIII",
@@ -281,15 +281,6 @@ char * OS_nativeFunctionNames[] = {
"_1g_1log_1default_1handler",
"_1g_1log_1remove_1handler",
"_1g_1log_1set_1handler",
- "_1g_1main_1context_1acquire",
- "_1g_1main_1context_1check",
- "_1g_1main_1context_1default",
- "_1g_1main_1context_1get_1poll_1func",
- "_1g_1main_1context_1iteration",
- "_1g_1main_1context_1pending",
- "_1g_1main_1context_1prepare",
- "_1g_1main_1context_1query",
- "_1g_1main_1context_1release",
"_1g_1malloc",
#ifndef JNI64
"_1g_1object_1get__I_3B_3II",
@@ -1484,6 +1475,15 @@ char * OS_nativeFunctionNames[] = {
"_1pango_1tab_1array_1get_1tabs",
"_1pango_1tab_1array_1new",
"_1pango_1tab_1array_1set_1tab",
+ "g_1main_1context_1acquire",
+ "g_1main_1context_1check",
+ "g_1main_1context_1default",
+ "g_1main_1context_1get_1poll_1func",
+ "g_1main_1context_1iteration",
+ "g_1main_1context_1pending",
+ "g_1main_1context_1prepare",
+ "g_1main_1context_1query",
+ "g_1main_1context_1release",
"g_1main_1context_1wakeup",
"g_1value_1get_1double",
"g_1value_1get_1float",
@@ -1495,6 +1495,9 @@ char * OS_nativeFunctionNames[] = {
"g_1value_1set_1int",
"g_1value_1set_1int64",
"g_1value_1unset",
+ "gdk_1threads_1enter",
+ "gdk_1threads_1init",
+ "gdk_1threads_1leave",
"localeconv_1decimal_1point",
#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I",

Back to the top