From: Rico Tzschichholz Date: Fri, 1 Mar 2019 11:37:14 +0000 (+0100) Subject: vapi: Update GIR-based bindings X-Git-Tag: 0.43.92~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c02043d1a7e8e2bf386bcbf09ec53cad7c58fc7;p=thirdparty%2Fvala.git vapi: Update GIR-based bindings --- diff --git a/vapi/gdk-pixbuf-2.0.vapi b/vapi/gdk-pixbuf-2.0.vapi index f9729b696..5f0783302 100644 --- a/vapi/gdk-pixbuf-2.0.vapi +++ b/vapi/gdk-pixbuf-2.0.vapi @@ -83,6 +83,8 @@ namespace Gdk { public unowned uint8[] get_pixels_with_length (); public int get_rowstride (); public int get_width (); + [Version (since = "2.40")] + public static bool init_modules (string path) throws GLib.Error; [Version (since = "2.32")] public GLib.Bytes read_pixel_bytes (); [Version (since = "2.32")] diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 36513aedf..62362f9df 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -10076,6 +10076,7 @@ namespace Gtk { public void move (int x, int y); [Version (deprecated = true, deprecated_since = "3.20")] public bool parse_geometry (string geometry); + [Version (deprecated = true, deprecated_since = "3.24")] public void present (); [Version (since = "2.8")] public void present_with_time (uint32 timestamp);