diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-12-07 23:55:33 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-12-19 12:51:11 -0500 |
commit | f485dd3f088890b4f3cd69ee0aabced1a4fceda9 (patch) | |
tree | a4105cfb06ab0265086f2d533a7527ce16ee6e50 /gtk/gtkapplication.c | |
parent | 0baa663182d501d311a3105a74dae6d8366a60c5 (diff) | |
download | gtk+-f485dd3f088890b4f3cd69ee0aabced1a4fceda9.tar.gz |
Documentation additions
Diffstat (limited to 'gtk/gtkapplication.c')
-rw-r--r-- | gtk/gtkapplication.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 6dd2818313..097009a400 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -608,6 +608,11 @@ gtk_application_get_windows (GtkApplication *application) * are referred to with an "app." prefix, and window-specific actions * with a "win." prefix. * + * GtkApplication also extracts accelerators out of 'accel' attributes + * in the #GMenuModels passed to g_application_set_app_menu() and + * g_application_set_menubar(), which is usually more convenient + * than calling this function for each accelerator. + * * Since: 3.4 */ void |