From f485dd3f088890b4f3cd69ee0aabced1a4fceda9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 7 Dec 2011 23:55:33 -0500 Subject: Documentation additions --- gtk/gtkapplication.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk/gtkapplication.c') 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 -- cgit v1.2.1