]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Update to 3.19.8+3f4f914f
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 14 Feb 2016 11:18:52 +0000 (12:18 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 14 Feb 2016 11:18:52 +0000 (12:18 +0100)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi

index da6797a6bb9a72f2ec8b3b112ae61c57219d4606..d32a3400879d2e06c61cccc592f8054e5c9c5d47 100644 (file)
@@ -5708,8 +5708,8 @@ namespace Gtk {
                public int get_indent ();
                public Gtk.InputHints get_input_hints ();
                public Gtk.InputPurpose get_input_purpose ();
-               public void get_iter_at_location (out Gtk.TextIter iter, int x, int y);
-               public void get_iter_at_position (out Gtk.TextIter iter, out int trailing, int x, int y);
+               public bool get_iter_at_location (out Gtk.TextIter iter, int x, int y);
+               public bool get_iter_at_position (out Gtk.TextIter iter, out int trailing, int x, int y);
                public void get_iter_location (Gtk.TextIter iter, out Gdk.Rectangle location);
                public Gtk.Justification get_justification ();
                public int get_left_margin ();
@@ -8994,6 +8994,8 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h")]
        public const int INTERFACE_AGE;
        [CCode (cheader_filename = "gtk/gtk.h")]
+       public const string LEVEL_BAR_OFFSET_FULL;
+       [CCode (cheader_filename = "gtk/gtk.h")]
        public const string LEVEL_BAR_OFFSET_HIGH;
        [CCode (cheader_filename = "gtk/gtk.h")]
        public const string LEVEL_BAR_OFFSET_LOW;
index 2407a4ff44a73b609adee2085d9f2dd27c7d5d00..bf3a70afa091ca4105dfa35abca4efe2c6c3ec84 100644 (file)
                                </parameters>
                        </method>
                        <method name="get_iter_at_location" symbol="gtk_text_view_get_iter_at_location">
-                               <return-type type="void"/>
+                               <return-type type="gboolean"/>
                                <parameters>
                                        <parameter name="text_view" type="GtkTextView*"/>
                                        <parameter name="iter" type="GtkTextIter*"/>
                                </parameters>
                        </method>
                        <method name="get_iter_at_position" symbol="gtk_text_view_get_iter_at_position">
-                               <return-type type="void"/>
+                               <return-type type="gboolean"/>
                                <parameters>
                                        <parameter name="text_view" type="GtkTextView*"/>
                                        <parameter name="iter" type="GtkTextIter*"/>
                <constant name="GTK_BINARY_AGE" type="int" value="1908"/>
                <constant name="GTK_INPUT_ERROR" type="int" value="-1"/>
                <constant name="GTK_INTERFACE_AGE" type="int" value="0"/>
+               <constant name="GTK_LEVEL_BAR_OFFSET_FULL" type="char*" value="full"/>
                <constant name="GTK_LEVEL_BAR_OFFSET_HIGH" type="char*" value="high"/>
                <constant name="GTK_LEVEL_BAR_OFFSET_LOW" type="char*" value="low"/>
                <constant name="GTK_MAJOR_VERSION" type="int" value="3"/>