Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2004-05-12 22:05:16 +0000
committerFelipe Heidrich2004-05-12 22:05:16 +0000
commitfb8c665b3d34ea54d7e61fa52a3d1d177488e6a4 (patch)
tree8a8f529322681cc8388423f1fbc674a5ac59c1ac /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parentb149d88166b2cf2323cb01c5c46c557ea0de46df (diff)
downloadeclipse.platform.swt-fb8c665b3d34ea54d7e61fa52a3d1d177488e6a4.tar.gz
eclipse.platform.swt-fb8c665b3d34ea54d7e61fa52a3d1d177488e6a4.tar.xz
eclipse.platform.swt-fb8c665b3d34ea54d7e61fa52a3d1d177488e6a4.zip
54499
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.c5
1 files changed, 3 insertions, 2 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 18387a5b46..9188d3ec18 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 = 817;
-int OS_nativeFunctionCallCount[817];
+int OS_nativeFunctionCount = 818;
+int OS_nativeFunctionCallCount[818];
char * OS_nativeFunctionNames[] = {
"GDK_1DISPLAY",
"GDK_1ROOT_1PARENT",
@@ -636,6 +636,7 @@ char * OS_nativeFunctionNames[] = {
"gtk_1tree_1view_1get_1cell_1area",
"gtk_1tree_1view_1get_1column",
"gtk_1tree_1view_1get_1cursor",
+ "gtk_1tree_1view_1get_1expander_1column",
"gtk_1tree_1view_1get_1headers_1visible",
"gtk_1tree_1view_1get_1path_1at_1pos",
"gtk_1tree_1view_1get_1rules_1hint",

Back to the top