]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 1 Mar 2019 11:37:14 +0000 (12:37 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 1 Mar 2019 11:41:58 +0000 (12:41 +0100)
vapi/gdk-pixbuf-2.0.vapi
vapi/gtk+-3.0.vapi

index f9729b6966502d8b814cc64b3bf428f0ddf5ac29..5f0783302af6b15d8db45f68d9792daee70f1bc5 100644 (file)
@@ -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")]
index 36513aedf3e8876fb50921b740eec347e65696a9..62362f9dff7a1c74ea2218788442e00a88c2621a 100644 (file)
@@ -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);