[vala] gtk+-3.0: Update to 3.19.8+3f4f914f
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gtk+-3.0: Update to 3.19.8+3f4f914f
- Date: Sun, 14 Feb 2016 11:21:04 +0000 (UTC)
commit f22cd37711313bae6bf4f8b42bd7ede3005236fd
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Feb 14 12:18:52 2016 +0100
gtk+-3.0: Update to 3.19.8+3f4f914f
vapi/gtk+-3.0.vapi | 6 ++++--
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 da6797a..d32a340 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 2407a4f..bf3a70a 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"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]