diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-11-05 15:53:14 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-11-05 16:11:08 +0100 |
commit | 7c367780af1677278ed83d6afc2c5933211c3155 (patch) | |
tree | 2dfeecd9682103947ca866ccabd61efc6a12684f /vapi | |
parent | 62c964d0940f104ee42d2ee933ea99d3f6e6a70b (diff) | |
download | vala-7c367780af1677278ed83d6afc2c5933211c3155.tar.gz |
gtk4,gtk4-unix-print: Update to 3.96.0+fbea677a
Diffstat (limited to 'vapi')
-rw-r--r-- | vapi/gtk4-unix-print.vapi | 6 | ||||
-rw-r--r-- | vapi/gtk4.vapi | 4 | ||||
-rw-r--r-- | vapi/packages/gtk4-unix-print/gtk4-unix-print.gi | 18 |
3 files changed, 20 insertions, 8 deletions
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 @@ </struct> <struct name="GtkPrintJob_listautoptr"> </struct> + <struct name="GtkPrintJob_queueautoptr"> + </struct> <struct name="GtkPrintJob_slistautoptr"> </struct> <struct name="GtkPrintUnixDialog_autoptr"> </struct> <struct name="GtkPrintUnixDialog_listautoptr"> </struct> + <struct name="GtkPrintUnixDialog_queueautoptr"> + </struct> <struct name="GtkPrintUnixDialog_slistautoptr"> </struct> <struct name="GtkPrinter_autoptr"> </struct> <struct name="GtkPrinter_listautoptr"> </struct> + <struct name="GtkPrinter_queueautoptr"> + </struct> <struct name="GtkPrinter_slistautoptr"> </struct> <flags name="GtkPrintCapabilities" type-name="GtkPrintCapabilities" get-type="gtk_print_capabilities_get_type"> @@ -61,6 +67,9 @@ <implements> <interface name="AtkImplementor"/> <interface name="GtkBuildable"/> + <interface name="GtkConstraintTarget"/> + <interface name="GtkNative"/> + <interface name="GtkRoot"/> </implements> <method name="get_page_setup" symbol="gtk_page_setup_unix_dialog_get_page_setup"> <return-type type="GtkPageSetup*"/> @@ -315,7 +324,7 @@ <signal name="status-changed" when="LAST"> <return-type type="void"/> <parameters> - <parameter name="job" type="GtkPrintJob*"/> + <parameter name="object" type="GtkPrintJob*"/> </parameters> </signal> </object> @@ -323,6 +332,9 @@ <implements> <interface name="AtkImplementor"/> <interface name="GtkBuildable"/> + <interface name="GtkConstraintTarget"/> + <interface name="GtkNative"/> + <interface name="GtkRoot"/> </implements> <method name="add_custom_tab" symbol="gtk_print_unix_dialog_add_custom_tab"> <return-type type="void"/> @@ -616,8 +628,8 @@ <signal name="details-acquired" when="LAST"> <return-type type="void"/> <parameters> - <parameter name="printer" type="GtkPrinter*"/> - <parameter name="success" type="gboolean"/> + <parameter name="object" type="GtkPrinter*"/> + <parameter name="p0" type="gboolean"/> </parameters> </signal> </object> |