]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-2.0: mark gdk_gc_get_values.values as out
authorAllison Barlow <allison@yorba.org>
Tue, 27 Apr 2010 23:14:58 +0000 (16:14 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Tue, 27 Apr 2010 23:14:58 +0000 (16:14 -0700)
Fixes bug 617000.

vapi/gdk-2.0.vapi
vapi/packages/gdk-2.0/gdk-2.0.metadata

index 4b93e27dca53885ca7f29d6ed573fdcaa8219e46..966206981b9ae70057664c1db53f1500b2fdf32a 100644 (file)
@@ -291,7 +291,7 @@ namespace Gdk {
                public void copy (Gdk.GC src_gc);
                public unowned Gdk.Colormap get_colormap ();
                public unowned Gdk.Screen get_screen ();
-               public virtual void get_values (Gdk.GCValues values);
+               public virtual void get_values (out Gdk.GCValues values);
                public void offset (int x_offset, int y_offset);
                public void set_background (Gdk.Color color);
                public void set_clip_mask (Gdk.Bitmap mask);
index da1f70f8fdab05eef61bf8f8bbebd02f494aab46..9be7c563e2617e697df8f1ac1ba944842dcb1e01 100644 (file)
@@ -35,6 +35,7 @@ gdk_drawable_get_size.width is_out="1"
 gdk_drawable_get_size.height is_out="1"
 gdk_draw_rgb*_image*.buf no_array_length="1"
 gdk_draw_rgb*_image*.rgb_buf no_array_length="1"
+gdk_gc_get_values.values is_out="1"
 GdkEvent is_value_type="0"
 GdkEvent* is_value_type="1" has_type_id="0"
 GdkEventButton.state type_name="ModifierType"