]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-pixbuf-2.0: make return value of Gdk.Pixbuf.flip nullable
authorEvan Nemerson <evan@coeus-group.com>
Fri, 4 Feb 2011 20:12:06 +0000 (12:12 -0800)
committerJürg Billeter <j@bitron.ch>
Sat, 12 Mar 2011 14:26:43 +0000 (15:26 +0100)
vapi/gdk-pixbuf-2.0.vapi
vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0.metadata

index 1b84d08620fb50a5965a56d4062c4a50178178ec..d635f2da7fc2f66c20ebeb51b0460a2001ec916b 100644 (file)
@@ -15,7 +15,7 @@ namespace Gdk {
                public void copy_area (int src_x, int src_y, int width, int height, Gdk.Pixbuf dest_pixbuf, int dest_x, int dest_y);
                public static GLib.Quark error_quark ();
                public void fill (uint32 pixel);
-               public Gdk.Pixbuf flip (bool horizontal);
+               public Gdk.Pixbuf? flip (bool horizontal);
                [CCode (has_construct_function = false)]
                public Pixbuf.from_data ([CCode (array_length = false)] uchar[] data, Gdk.Colorspace colorspace, bool has_alpha, int bits_per_sample, int width, int height, int rowstride, Gdk.PixbufDestroyNotify? destroy_fn);
                [CCode (has_construct_function = false)]
index 7020bf3ddc4983d35f47123cc0fc242ddb5166aa..7885bceef8d5297604175ce61596f2cfe78a2e5b 100644 (file)
@@ -22,7 +22,7 @@ gdk_pixbuf_save_to_callbackv.option_keys is_array="1"
 gdk_pixbuf_save_to_callbackv.option_values is_array="1"
 gdk_pixbuf_scale_simple transfer_ownership="1"
 gdk_pixbuf_rotate_simple transfer_ownership="1"
-gdk_pixbuf_flip transfer_ownership="1"
+gdk_pixbuf_flip nullable="1" transfer_ownership="1"
 gdk_pixbuf_loader_write.buf no_array_length="1"
 GdkPixbufDestroyNotify.pixels no_array_length="1"
 GdkPixbufError errordomain="1"