diff options
author | Ryan Lortie <desrt@desrt.ca> | 2014-06-30 12:16:19 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2014-07-02 20:17:34 -0400 |
commit | d3b34d3cf2caa19dc67e99df67c4b8cc1d4455df (patch) | |
tree | 610a3b9b8916971e1d99efdb7c6c447e02533715 /docs | |
parent | d8934ea23325ffb01e74529112b793b1f9939729 (diff) | |
download | gtk+-d3b34d3cf2caa19dc67e99df67c4b8cc1d4455df.tar.gz |
Add gtk_application_prefers_app_menu()
Applications can call this to determine if they should an app menu.
This will be %FALSE on desktop environments that do not have an
application menu like the one in gnome-shell. It is %FALSE on Windows
and Mac OS.
Applications are completely free to totally ignore this API -- it is
only provided as a hint to help applications that may be interested in
supporting non-GNOME platforms with a more native 'look and feel'.
https://bugzilla.gnome.org/show_bug.cgi?id=722092
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 02a48afc09..d3e34c6dfa 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -7391,6 +7391,7 @@ gtk_application_uninhibit gtk_application_is_inhibited <SUBSECTION> +gtk_application_prefers_app_menu gtk_application_get_app_menu gtk_application_set_app_menu gtk_application_get_menubar |