From: Rico Tzschichholz Date: Tue, 5 Nov 2019 14:53:14 +0000 (+0100) Subject: gtk4,gtk4-unix-print: Update to 3.96.0+fbea677a X-Git-Tag: 0.47.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c367780af1677278ed83d6afc2c5933211c3155;p=thirdparty%2Fvala.git gtk4,gtk4-unix-print: Update to 3.96.0+fbea677a --- diff --git a/vapi/gtk4-unix-print.vapi b/vapi/gtk4-unix-print.vapi index c3affd869..cccf133ce 100644 --- a/vapi/gtk4-unix-print.vapi +++ b/vapi/gtk4-unix-print.vapi @@ -3,7 +3,7 @@ [CCode (cprefix = "Gtk", gir_namespace = "Gtk", gir_version = "4.0", lower_case_cprefix = "gtk_")] namespace Gtk { [CCode (cheader_filename = "gtk/gtkunixprint.h")] - public class PageSetupUnixDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable { + public class PageSetupUnixDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable, Gtk.ConstraintTarget, Gtk.Native, Gtk.Root { [CCode (has_construct_function = false, type = "GtkWidget*")] public PageSetupUnixDialog (string title, Gtk.Window parent); public unowned Gtk.PageSetup get_page_setup (); @@ -57,7 +57,7 @@ namespace Gtk { public virtual signal void status_changed (); } [CCode (cheader_filename = "gtk/gtkunixprint.h")] - public class PrintUnixDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable { + public class PrintUnixDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable, Gtk.ConstraintTarget, Gtk.Native, Gtk.Root { [CCode (has_construct_function = false, type = "GtkWidget*")] public PrintUnixDialog (string title, Gtk.Window parent); public void add_custom_tab (Gtk.Widget child, Gtk.Widget tab_label); @@ -132,7 +132,7 @@ namespace Gtk { [NoAccessorMethod] public bool paused { get; } public string state_message { get; } - public virtual signal void details_acquired (bool success); + public virtual signal void details_acquired (bool p0); } [CCode (cheader_filename = "gtk/gtkunixprint.h", cprefix = "GTK_PRINT_CAPABILITY_")] [Flags] diff --git a/vapi/gtk4.vapi b/vapi/gtk4.vapi index 82e8fb2a8..701d1abaf 100644 --- a/vapi/gtk4.vapi +++ b/vapi/gtk4.vapi @@ -10640,8 +10640,8 @@ namespace Gtk { public class Stack : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.ConstraintTarget { [CCode (has_construct_function = false, type = "GtkWidget*")] public Stack (); - public void add_named (Gtk.Widget child, string name); - public void add_titled (Gtk.Widget child, string name, string title); + public unowned Gtk.StackPage add_named (Gtk.Widget child, string name); + public unowned Gtk.StackPage add_titled (Gtk.Widget child, string name, string title); public unowned Gtk.Widget? get_child_by_name (string name); public bool get_hhomogeneous (); public bool get_homogeneous (); diff --git a/vapi/packages/gtk4-unix-print/gtk4-unix-print.gi b/vapi/packages/gtk4-unix-print/gtk4-unix-print.gi index 1ced82dd6..c5ec6e23b 100644 --- a/vapi/packages/gtk4-unix-print/gtk4-unix-print.gi +++ b/vapi/packages/gtk4-unix-print/gtk4-unix-print.gi @@ -31,18 +31,24 @@ + + + + + + @@ -61,6 +67,9 @@ + + + @@ -315,7 +324,7 @@ - + @@ -323,6 +332,9 @@ + + + @@ -616,8 +628,8 @@ - - + +