]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-3.0,gtk+-3.0: Update to 3.22.29
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 18 Mar 2018 15:05:21 +0000 (16:05 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 19 Mar 2018 06:41:07 +0000 (07:41 +0100)
vapi/gdk-3.0.vapi
vapi/gtk+-3.0.vapi

index b6b4da63e4ba2e65465a8a1f99da564e43fd2121..427e75819c57f0d3f9f8a40d6c097f283a593136 100644 (file)
@@ -5342,7 +5342,7 @@ namespace Gdk {
                [Version (since = "3.8")]
                public int64 get_history_start ();
                [Version (since = "3.8")]
-               public void get_refresh_info (int64 base_time, int64 refresh_interval_return, int64 presentation_time_return);
+               public void get_refresh_info (int64 base_time, out int64 refresh_interval_return, out int64 presentation_time_return);
                [Version (since = "3.8")]
                public Gdk.FrameTimings? get_timings (int64 frame_counter);
                [Version (since = "3.8")]
index 24cc791dfad2a41a1d582cdd7a5558fb0df08433..1ce50eb860c9b08464686c6497f4905153b0ef0f 100644 (file)
@@ -4269,6 +4269,8 @@ namespace Gtk {
                public unowned Gtk.Container get_content_area ();
                [Version (since = "2.18")]
                public Gtk.MessageType get_message_type ();
+               [Version (since = "3.22.29")]
+               public bool get_revealed ();
                [Version (since = "3.10")]
                public bool get_show_close_button ();
                [Version (since = "2.18")]
@@ -4277,12 +4279,15 @@ namespace Gtk {
                public void set_message_type (Gtk.MessageType message_type);
                [Version (since = "2.18")]
                public void set_response_sensitive (int response_id, bool setting);
+               [Version (since = "3.22.29")]
+               public void set_revealed (bool revealed);
                [Version (since = "3.10")]
                public void set_show_close_button (bool setting);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public InfoBar.with_buttons (...);
                [Version (since = "2.18")]
                public Gtk.MessageType message_type { get; set construct; }
+               public bool revealed { get; set; }
                [Version (since = "3.10")]
                public bool show_close_button { get; set construct; }
                [Version (since = "2.18")]
@@ -4639,6 +4644,7 @@ namespace Gtk {
                public bool activatable { get; set; }
                [Version (since = "3.14")]
                public bool selectable { get; set; }
+               [Version (since = "3.10")]
                public virtual signal void activate ();
        }
        [CCode (cheader_filename = "gtk/gtk.h,gtk/gtk-a11y.h", type_id = "gtk_list_box_row_accessible_get_type ()")]