[vala] gtk+-3.0: Update to 3.16.1
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gtk+-3.0: Update to 3.16.1
- Date: Wed, 8 Apr 2015 10:29:00 +0000 (UTC)
commit 2c607951cd8a7443bcb68a191e5aad48483128a0
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed Apr 8 12:27:03 2015 +0200
gtk+-3.0: Update to 3.16.1
vapi/gtk+-3.0.vapi | 8 ++++++++
vapi/packages/gtk+-3.0/gtk+-3.0.gi | 12 ++++++++----
2 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index ee080e5..8e4d6a2 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -5487,6 +5487,10 @@ namespace Gtk {
[NoAccessorMethod]
public bool strikethrough { get; set; }
[NoAccessorMethod]
+ public Gdk.RGBA strikethrough_rgba { get; set; }
+ [NoAccessorMethod]
+ public bool strikethrough_rgba_set { get; set; }
+ [NoAccessorMethod]
public bool strikethrough_set { get; set; }
[NoAccessorMethod]
public Pango.Style style { get; set; }
@@ -5499,6 +5503,10 @@ namespace Gtk {
[NoAccessorMethod]
public Pango.Underline underline { get; set; }
[NoAccessorMethod]
+ public Gdk.RGBA underline_rgba { get; set; }
+ [NoAccessorMethod]
+ public bool underline_rgba_set { get; set; }
+ [NoAccessorMethod]
public bool underline_set { get; set; }
[NoAccessorMethod]
public Pango.Variant variant { get; set; }
diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi
index 7bf4a5d..f309864 100644
--- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi
+++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi
@@ -25423,12 +25423,16 @@
<property name="stretch" type="PangoStretch" readable="1" writable="1" construct="0"
construct-only="0"/>
<property name="stretch-set" type="gboolean" readable="1" writable="1" construct="0"
construct-only="0"/>
<property name="strikethrough" type="gboolean" readable="1" writable="1"
construct="0" construct-only="0"/>
+ <property name="strikethrough-rgba" type="GdkRGBA*" readable="1" writable="1"
construct="0" construct-only="0"/>
+ <property name="strikethrough-rgba-set" type="gboolean" readable="1" writable="1"
construct="0" construct-only="0"/>
<property name="strikethrough-set" type="gboolean" readable="1" writable="1"
construct="0" construct-only="0"/>
<property name="style" type="PangoStyle" readable="1" writable="1" construct="0"
construct-only="0"/>
<property name="style-set" type="gboolean" readable="1" writable="1" construct="0"
construct-only="0"/>
<property name="tabs" type="PangoTabArray*" readable="1" writable="1" construct="0"
construct-only="0"/>
<property name="tabs-set" type="gboolean" readable="1" writable="1" construct="0"
construct-only="0"/>
<property name="underline" type="PangoUnderline" readable="1" writable="1"
construct="0" construct-only="0"/>
+ <property name="underline-rgba" type="GdkRGBA*" readable="1" writable="1"
construct="0" construct-only="0"/>
+ <property name="underline-rgba-set" type="gboolean" readable="1" writable="1"
construct="0" construct-only="0"/>
<property name="underline-set" type="gboolean" readable="1" writable="1"
construct="0" construct-only="0"/>
<property name="variant" type="PangoVariant" readable="1" writable="1" construct="0"
construct-only="0"/>
<property name="variant-set" type="gboolean" readable="1" writable="1" construct="0"
construct-only="0"/>
@@ -35500,15 +35504,15 @@
</parameters>
</vfunc>
</interface>
- <constant name="GTK_BINARY_AGE" type="int" value="1512"/>
+ <constant name="GTK_BINARY_AGE" type="int" value="1601"/>
<constant name="GTK_INPUT_ERROR" type="int" value="-1"/>
- <constant name="GTK_INTERFACE_AGE" type="int" value="0"/>
+ <constant name="GTK_INTERFACE_AGE" type="int" value="1"/>
<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"/>
<constant name="GTK_MAX_COMPOSE_LEN" type="int" value="7"/>
- <constant name="GTK_MICRO_VERSION" type="int" value="12"/>
- <constant name="GTK_MINOR_VERSION" type="int" value="15"/>
+ <constant name="GTK_MICRO_VERSION" type="int" value="1"/>
+ <constant name="GTK_MINOR_VERSION" type="int" value="16"/>
<constant name="GTK_PAPER_NAME_A3" type="char*" value="iso_a3"/>
<constant name="GTK_PAPER_NAME_A4" type="char*" value="iso_a4"/>
<constant name="GTK_PAPER_NAME_A5" type="char*" value="iso_a5"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]