summaryrefslogtreecommitdiff
path: root/vapi/gdk-3.0.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/gdk-3.0.vapi')
-rw-r--r--vapi/gdk-3.0.vapi2
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi
index 1d0872a8c..3bc75dae6 100644
--- a/vapi/gdk-3.0.vapi
+++ b/vapi/gdk-3.0.vapi
@@ -5797,6 +5797,8 @@ namespace Gdk {
[Version (since = "2.8")]
public void move_region (Cairo.Region region, int dx, int dy);
public void move_resize (int x, int y, int width, int height);
+ [Version (since = "3.24")]
+ public void move_to_rect (Gdk.Rectangle rect, Gdk.Gravity rect_anchor, Gdk.Gravity window_anchor, Gdk.AnchorHints anchor_hints, int rect_anchor_dx, int rect_anchor_dy);
public unowned GLib.List<Gdk.Window> peek_children ();
[Version (deprecated = true, deprecated_since = "3.22")]
public static void process_all_updates ();