From 4aa71408f79311e5b497e7255d0c8985d05fd8f3 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 10 Jan 2018 16:23:45 +0100 Subject: [PATCH] libwnck-3.0: Update to 3.24.1 --- vapi/libwnck-3.0.vapi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vapi/libwnck-3.0.vapi b/vapi/libwnck-3.0.vapi index 4d57e41eb..4c16a8ce4 100644 --- a/vapi/libwnck-3.0.vapi +++ b/vapi/libwnck-3.0.vapi @@ -65,12 +65,16 @@ namespace Wnck { public class Pager : Gtk.Widget, Atk.Implementor, Gtk.Buildable { [CCode (has_construct_function = false, type = "GtkWidget*")] public Pager (); + [Version (since = "3.24.0")] + public bool get_wrap_on_scroll (); public void set_display_mode (Wnck.PagerDisplayMode mode); public bool set_n_rows (int n_rows); public bool set_orientation (Gtk.Orientation orientation); [Version (since = "2.2")] public void set_shadow_type (Gtk.ShadowType shadow_type); public void set_show_all (bool show_all_workspaces); + [Version (since = "3.24.0")] + public void set_wrap_on_scroll (bool wrap_on_scroll); } [CCode (cheader_filename = "libwnck/libwnck.h", type_id = "wnck_screen_get_type ()")] public class Screen : GLib.Object { @@ -143,6 +147,8 @@ namespace Wnck { public class Tasklist : Gtk.Container, Atk.Implementor, Gtk.Buildable { [CCode (has_construct_function = false, type = "GtkWidget*")] public Tasklist (); + [Version (since = "3.24.0")] + public bool get_scroll_enabled (); public int get_size_hint_list (int n_elements); [Version (since = "2.12")] public void set_button_relief (Gtk.ReliefStyle relief); @@ -153,6 +159,8 @@ namespace Wnck { public void set_middle_click_close (bool middle_click_close); [Version (since = "3.4.6")] public void set_orientation (Gtk.Orientation orient); + [Version (since = "3.24.0")] + public void set_scroll_enabled (bool scroll_enabled); public void set_switch_workspace_on_unminimize (bool switch_workspace_on_unminimize); } [CCode (cheader_filename = "libwnck/libwnck.h", type_id = "wnck_window_get_type ()")] -- 2.47.2