Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt.tools')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
index 728cecf608..5fcb832c03 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gtk.OS.properties
@@ -558,6 +558,9 @@ OS__GTK_IS_BUTTON_0=
OS__GTK_IS_CELL_RENDERER_PIXBUF=
OS__GTK_IS_CELL_RENDERER_PIXBUF_0=
+OS__GTK_IS_CELL_RENDERER_TEXT=
+OS__GTK_IS_CELL_RENDERER_TEXT_0=
+
OS__GTK_IS_IMAGE_MENU_ITEM=
OS__GTK_IS_IMAGE_MENU_ITEM_0=
@@ -2868,6 +2871,12 @@ OS__gtk_text_view_get_buffer_0=cast=(GtkTextView *)
OS__gtk_text_view_get_editable=
OS__gtk_text_view_get_editable_0=cast=(GtkTextView *)
+OS__gtk_text_view_get_iter_at_location=
+OS__gtk_text_view_get_iter_at_location_0=cast=GtkTextView *
+OS__gtk_text_view_get_iter_at_location_1=cast=GtkTextIter *
+OS__gtk_text_view_get_iter_at_location_2=cast=gint
+OS__gtk_text_view_get_iter_at_location_3=cast=gint
+
OS__gtk_text_view_get_iter_location=
OS__gtk_text_view_get_iter_location_0=cast=(GtkTextView *)
OS__gtk_text_view_get_iter_location_1=cast=(const GtkTextIter *)
@@ -2917,6 +2926,14 @@ OS__gtk_text_view_set_wrap_mode=
OS__gtk_text_view_set_wrap_mode_0=cast=(GtkTextView *)
OS__gtk_text_view_set_wrap_mode_1=
+OS__gtk_text_view_window_to_buffer_coords=
+OS__gtk_text_view_window_to_buffer_coords_0=cast=(GtkTextView *)
+OS__gtk_text_view_window_to_buffer_coords_1=cast=GtkTextWindowType
+OS__gtk_text_view_window_to_buffer_coords_2=cast=gint
+OS__gtk_text_view_window_to_buffer_coords_3=cast=gint
+OS__gtk_text_view_window_to_buffer_coords_4=cast=(gint *)
+OS__gtk_text_view_window_to_buffer_coords_5=cast=(gint *)
+
OS__gtk_timeout_add=
OS__gtk_timeout_add_0=cast=(guint32)
OS__gtk_timeout_add_1=cast=(GtkFunction)

Back to the top