Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2004-05-27 21:48:41 +0000
committerGrant Gayed2004-05-27 21:48:41 +0000
commit0f19e4967bd7565d0b817b526213289acd242b74 (patch)
treecbceb5364eaa6df9788944265b0b35521a0f5936 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parent06dc38e623afcc69453149a4908e940401d48a28 (diff)
downloadeclipse.platform.swt-0f19e4967bd7565d0b817b526213289acd242b74.tar.gz
eclipse.platform.swt-0f19e4967bd7565d0b817b526213289acd242b74.tar.xz
eclipse.platform.swt-0f19e4967bd7565d0b817b526213289acd242b74.zip
62558
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 9e3bcece7d..a3c9f001b7 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 = 826;
-int OS_nativeFunctionCallCount[826];
+int OS_nativeFunctionCount = 827;
+int OS_nativeFunctionCallCount[827];
char * OS_nativeFunctionNames[] = {
"GDK_1DISPLAY",
"GDK_1ROOT_1PARENT",
@@ -598,6 +598,7 @@ char * OS_nativeFunctionNames[] = {
"gtk_1tree_1path_1new_1from_1string___3B",
"gtk_1tree_1path_1up",
"gtk_1tree_1selection_1get_1selected",
+ "gtk_1tree_1selection_1get_1selected_1rows",
"gtk_1tree_1selection_1path_1is_1selected",
"gtk_1tree_1selection_1select_1all",
"gtk_1tree_1selection_1select_1iter",

Back to the top