]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 9 Mar 2020 10:20:20 +0000 (11:20 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 9 Mar 2020 10:20:20 +0000 (11:20 +0100)
vapi/gstreamer-base-1.0.vapi
vapi/libwnck-3.0.vapi

index 4f8cbe6dabc32868a60ee4e2e54ba0edfc6b4504..4e413fc7400f292cd3f83b5a8ac1854b0e9cb08a 100644 (file)
@@ -89,7 +89,7 @@ namespace Gst {
                        [NoWrapper]
                        public virtual bool sink_event (Gst.Base.AggregatorPad aggregator_pad, Gst.Event event);
                        [NoWrapper]
-                       public virtual bool sink_event_pre_queue (Gst.Base.AggregatorPad aggregator_pad, Gst.Event event);
+                       public virtual Gst.FlowReturn sink_event_pre_queue (Gst.Base.AggregatorPad aggregator_pad, Gst.Event event);
                        [NoWrapper]
                        public virtual bool sink_query (Gst.Base.AggregatorPad aggregator_pad, Gst.Query query);
                        [NoWrapper]
index a0ee12c4965b2243accfd019ac68dd8c1fb110a7..537099c2d8eb6f6c78cbe0fcd46578a8225086e7 100644 (file)
@@ -70,6 +70,7 @@ namespace Wnck {
                public void set_display_mode (Wnck.PagerDisplayMode mode);
                public bool set_n_rows (int n_rows);
                public bool set_orientation (Gtk.Orientation orientation);
+               public void set_scroll_mode (Wnck.PagerScrollMode scroll_mode);
                [Version (since = "2.2")]
                public void set_shadow_type (Gtk.ShadowType shadow_type);
                public void set_show_all (bool show_all_workspaces);
@@ -361,6 +362,11 @@ namespace Wnck {
                NAME,
                CONTENT
        }
+       [CCode (cheader_filename = "libwnck/libwnck.h", cprefix = "WNCK_PAGER_SCROLL_", type_id = "wnck_pager_scroll_mode_get_type ()")]
+       public enum PagerScrollMode {
+               @2D,
+               @1D
+       }
        [CCode (cheader_filename = "libwnck/libwnck.h", cprefix = "WNCK_TASKLIST_", type_id = "wnck_tasklist_grouping_type_get_type ()")]
        public enum TasklistGroupingType {
                NEVER_GROUP,