[vala/0.14] gtk+-3.0: Mark ThemingEngine.has_region.flags as out parameter
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.14] gtk+-3.0: Mark ThemingEngine.has_region.flags as out parameter
- Date: Tue, 31 Jan 2012 13:14:32 +0000 (UTC)
commit d0b239eb5c6288edc065eb62c9a18208c991ba5c
Author: Luca Bruno <lucabru src gnome org>
Date: Wed Jan 4 21:26:11 2012 +0100
gtk+-3.0: Mark ThemingEngine.has_region.flags as out parameter
Fixes bug 667208.
vapi/gtk+-3.0.vapi | 4 ++--
vapi/packages/gtk+-3.0/gtk+-3.0.metadata | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index b4ae845..c1d25bd 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -4064,7 +4064,7 @@ namespace Gtk {
public void get_style_valist (void* args);
public void get_valist (Gtk.StateFlags state, void* args);
public bool has_class (string class_name);
- public bool has_region (string region_name, Gtk.RegionFlags flags_return);
+ public bool has_region (string region_name, out Gtk.RegionFlags flags_return);
public void invalidate ();
public unowned GLib.List list_classes ();
public unowned GLib.List list_regions ();
@@ -4686,7 +4686,7 @@ namespace Gtk {
public void get_style_valist (void* args);
public void get_valist (Gtk.StateFlags state, void* args);
public bool has_class (string style_class);
- public bool has_region (string style_region, Gtk.RegionFlags flags);
+ public bool has_region (string style_region, out Gtk.RegionFlags flags);
public static unowned Gtk.ThemingEngine load (string name);
public bool lookup_color (string color_name, out Gdk.RGBA color);
public static void register_property (string name_space, Gtk.StylePropertyParser parse_func, GLib.ParamSpec pspec);
diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
index c7f85fc..b511045 100644
--- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
+++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
@@ -643,6 +643,7 @@ gtk_style_context_get_margin.margin hidden="1"
gtk_style_context_get_padding type_name="Gtk.Border"
gtk_style_context_get_padding.padding hidden="1"
gtk_style_context_get_style ellipsis="1"
+gtk_style_context_has_region.flags_return is_out="1"
gtk_style_lookup_color.color is_out="1"
gtk_style_get_style_property.value is_out="1"
gtk_style_properties_register_property.parse_func nullable="1"
@@ -737,6 +738,7 @@ gtk_theming_engine_get_border_color type_name="Gdk.RGBA"
gtk_theming_engine_get_border_color.color hidden="1"
gtk_theming_engine_get_color type_name="Gdk.RGBA"
gtk_theming_engine_get_color.color hidden="1"
+gtk_theming_engine_has_region.flags is_out="1"
gtk_theming_engine_get_margin type_name="Gtk.Border"
gtk_theming_engine_get_margin.margin hidden="1"
gtk_theming_engine_get_padding type_name="Gtk.Border"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]