summaryrefslogtreecommitdiff
path: root/vapi/gdk-pixbuf-2.0.vapi
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-07-25 16:13:34 -0700
committerEvan Nemerson <evan@coeus-group.com>2012-07-28 10:42:48 -0700
commit84f268355678061fdda857dd897069d91372b594 (patch)
treece0d001f910b3e28af9504b3870d5100ab84d724 /vapi/gdk-pixbuf-2.0.vapi
parent018816f42f7319f4d5dac07b254c90ae7a90bd00 (diff)
downloadvala-84f268355678061fdda857dd897069d91372b594.tar.gz
Update GIR-based bindings.
Diffstat (limited to 'vapi/gdk-pixbuf-2.0.vapi')
-rw-r--r--vapi/gdk-pixbuf-2.0.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/gdk-pixbuf-2.0.vapi b/vapi/gdk-pixbuf-2.0.vapi
index af9b861ec..0c9e96a13 100644
--- a/vapi/gdk-pixbuf-2.0.vapi
+++ b/vapi/gdk-pixbuf-2.0.vapi
@@ -40,7 +40,7 @@ namespace Gdk {
[CCode (cname = "gdk_pixbuf_new_from_stream_at_scale_async", finish_name = "gdk_pixbuf_new_from_stream_finish")]
public async Pixbuf.from_stream_at_scale_async (GLib.InputStream stream, int width, int height, bool preserve_aspect_ratio, GLib.Cancellable? cancellable = null) throws GLib.Error;
[CCode (has_construct_function = false)]
- public Pixbuf.from_xpm_data ([CCode (array_length = false, type = "char**")] string[] data);
+ public Pixbuf.from_xpm_data ([CCode (array_length = false, type = "const char**")] string[] data);
public int get_bits_per_sample ();
public size_t get_byte_length ();
public Gdk.Colorspace get_colorspace ();