public string get_actions_for_accel (string accel);
public unowned Gtk.Window get_active_window ();
public unowned GLib.MenuModel get_app_menu ();
- public GLib.Menu get_menu_by_id (string id);
+ public unowned GLib.Menu get_menu_by_id (string id);
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 ();
gtk_application_add_accelerator.parameter nullable="1"
gtk_application_get_accels_for_action transfer_ownership="1"
gtk_application_get_actions_for_accel transfer_ownership="1"
-gtk_application_get_menu_by_id transfer_ownership="1"
gtk_application_get_windows type_arguments="unowned Window"
gtk_application_inhibit.window nullable="1"
gtk_application_inhibit.reason nullable="1"