diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-02-14 12:18:52 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-02-14 12:18:52 +0100 |
commit | f22cd37711313bae6bf4f8b42bd7ede3005236fd (patch) | |
tree | af17329a875976fc763e3b6266b89db0002714d4 | |
parent | 3806a6918b512583c37076e1a00fa3b53ed455ca (diff) | |
download | vala-f22cd37711313bae6bf4f8b42bd7ede3005236fd.tar.gz |
gtk+-3.0: Update to 3.19.8+3f4f914f
-rw-r--r-- | vapi/gtk+-3.0.vapi | 6 | ||||
-rw-r--r-- | vapi/packages/gtk+-3.0/gtk+-3.0.gi | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index da6797a6b..d32a34008 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -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; diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index 2407a4ff4..bf3a70afa 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -26153,7 +26153,7 @@ </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*"/> @@ -26162,7 +26162,7 @@ </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*"/> @@ -36140,6 +36140,7 @@ <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"/> |