public unowned GLib.MenuModel get_menubar ();
public unowned Gtk.Window get_window_by_id (uint id);
public unowned GLib.List<weak Gtk.Window> get_windows ();
- public uint inhibit (Gtk.Window window, Gtk.ApplicationInhibitFlags flags, string reason);
+ public uint inhibit (Gtk.Window? window, Gtk.ApplicationInhibitFlags flags, string? reason);
public bool is_inhibited (Gtk.ApplicationInhibitFlags flags);
public void remove_accelerator (string action_name, GLib.Variant parameter);
public void remove_window (Gtk.Window window);
GtkAllocation is_value_type="1"
gtk_application_add_accelerator.parameter nullable="1"
gtk_application_get_windows type_arguments="unowned Window"
+gtk_application_inhibit.window nullable="1"
+gtk_application_inhibit.reason nullable="1"
GtkArg.d hidden="1"
GtkAssistant.apply hidden="1"
GtkAssistant.cancel hidden="1"