]> 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)
committerEvan Nemerson <evan@coeus-group.com>
Fri, 4 Feb 2011 20:12:06 +0000 (12:12 -0800)
vapi/gdk-pixbuf-2.0.vapi
vapi/packages/gdk-pixbuf-2.0/gdk-pixbuf-2.0.metadata

index 27e6f3739287579845fdb75c78db8a5ab31a78bc..339a2ebc82c27de3e51132be3d561ad7a3c71466 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)] uint8[] 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 fa9190d7cc37bf23e6fb260a558c958ed9f660d7..c016e98f0b2af4b2e6a4e49bdb3ea3935467f9e1 100644 (file)
@@ -23,7 +23,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 type_name="uint8" is_array="1" array_length_type="gsize"
 gdk_pixbuf_loader_write.count hidden="1"
 GdkPixbufDestroyNotify.pixels type_name="uint8" is_array="1" no_array_length="1"