summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Cornu <ccornu>2004-05-28 13:30:03 +0000
committerChristophe Cornu <ccornu>2004-05-28 13:30:03 +0000
commit2c43e639125fb867e15bde886a944f81cd5e4ebf (patch)
treeda2ffd0cd861e937c14c616744dec9ee40b631c4
parenta7629d2f37a767e7f9c5d0c18c4ed6334095cca7 (diff)
downloadeclipse.platform.swt-2c43e639125fb867e15bde886a944f81cd5e4ebf.tar.gz
eclipse.platform.swt-2c43e639125fb867e15bde886a944f81cd5e4ebf.tar.xz
eclipse.platform.swt-2c43e639125fb867e15bde886a944f81cd5e4ebf.zip
64 bit
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
index ac3e259fbd..f9133351d9 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
@@ -956,7 +956,7 @@ public static final synchronized native int /*long*/ gtk_tree_path_new_from_stri
public static final synchronized native int /*long*/ gtk_tree_path_new_from_string(int /*long*/ path);
public static final synchronized native boolean gtk_tree_path_up(int /*long*/ path);
public static final synchronized native boolean gtk_tree_selection_get_selected(int /*long*/ selection, int /*long*/[] model, int /*long*/ iter);
-public static final synchronized native int gtk_tree_selection_get_selected_rows(int /*long*/ selection, int /*long*/[] model);
+public static final synchronized native int /*long*/ gtk_tree_selection_get_selected_rows(int /*long*/ selection, int /*long*/[] model);
public static final synchronized native boolean gtk_tree_selection_path_is_selected(int /*long*/ selection, int /*long*/ path);
public static final synchronized native void gtk_tree_selection_select_all(int /*long*/ selection);
public static final synchronized native void gtk_tree_selection_select_iter(int /*long*/ selection, int /*long*/ iter);