[vala/staging] vapi: Update GIR-based bindings



commit 0c02043d1a7e8e2bf386bcbf09ec53cad7c58fc7
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Fri Mar 1 12:37:14 2019 +0100

    vapi: Update GIR-based bindings

 vapi/gdk-pixbuf-2.0.vapi | 2 ++
 vapi/gtk+-3.0.vapi       | 1 +
 2 files changed, 3 insertions(+)
---
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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]