summaryrefslogtreecommitdiff
path: root/vapi/gdk-pixbuf-2.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-05-30 11:10:16 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-05-30 11:27:07 +0200
commitb3a4de74c6873aa9c7b24871e75f6eb3b4d8254e (patch)
treeeb71488f6636666b798d5936083b4a6611a4c145 /vapi/gdk-pixbuf-2.0.vapi
parent2c076ed43abb3a4dac6175ffdb6f3db4dcb1be23 (diff)
downloadvala-b3a4de74c6873aa9c7b24871e75f6eb3b4d8254e.tar.gz
gdk-pixbuf-2.0: Drop vala-specific deprecations <= vala-0.22
Diffstat (limited to 'vapi/gdk-pixbuf-2.0.vapi')
-rw-r--r--vapi/gdk-pixbuf-2.0.vapi6
1 files changed, 0 insertions, 6 deletions
diff --git a/vapi/gdk-pixbuf-2.0.vapi b/vapi/gdk-pixbuf-2.0.vapi
index abb073d5c..ba9088a64 100644
--- a/vapi/gdk-pixbuf-2.0.vapi
+++ b/vapi/gdk-pixbuf-2.0.vapi
@@ -83,12 +83,6 @@ namespace Gdk {
public unowned uint8[] get_pixels_with_length ();
public int get_rowstride ();
public int get_width ();
- [CCode (cname = "gdk_pixbuf_new_from_stream_async", finish_name = "gdk_pixbuf_new_from_stream_finish")]
- [Version (deprecated_since = "vala-0.18", replacement = "Pixbuf.from_stream_async")]
- public static async Gdk.Pixbuf new_from_stream_async (GLib.InputStream stream, GLib.Cancellable? cancellable = null) throws GLib.Error;
- [CCode (cname = "gdk_pixbuf_new_from_stream_at_scale_async", finish_name = "gdk_pixbuf_new_from_stream_finish")]
- [Version (deprecated_since = "vala-0.18", replacement = "Pixbuf.from_stream_at_scale_async")]
- public static async Gdk.Pixbuf new_from_stream_at_scale_async (GLib.InputStream stream, int width, int height, bool preserve_aspect_ratio, GLib.Cancellable? cancellable = null) throws GLib.Error;
[Version (since = "2.32")]
public GLib.Bytes read_pixel_bytes ();
[Version (since = "2.32")]