summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vapi/gdk-pixbuf-2.0.vapi2
-rw-r--r--vapi/gtk+-3.0.vapi1
2 files changed, 3 insertions, 0 deletions
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);