Method
GtkApplicationget_app_menu
since: 3.4
Declaration [src]
GMenuModel*
gtk_application_get_app_menu (
GtkApplication* application
)
Description [src]
Returns the menu model that has been set with gtk_application_set_app_menu().
Available since: 3.4
Gets property | Gtk.Application:app-menu |
Return value
Type: GMenuModel
The application menu of application
or NULL
if no application menu has been set.
The returned data is owned by the instance. |
The return value can be NULL . |