[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 ();
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);
[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]
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 ();
</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">
<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*"/>
<signal name="status-changed" when="LAST">
<return-type type="void"/>
<parameters>
- <parameter name="job" type="GtkPrintJob*"/>
+ <parameter name="object" type="GtkPrintJob*"/>
</parameters>
</signal>
</object>
<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"/>
<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>