diff options
author | Sébastien Wilmet <swilmet@gnome.org> | 2016-04-08 20:13:07 +0200 |
---|---|---|
committer | Sébastien Wilmet <swilmet@gnome.org> | 2016-04-09 09:45:33 +0200 |
commit | b3dc473057143173eb59378680219635265787d0 (patch) | |
tree | cb138cbd6527d71311b7a560a0da9f0ea4005888 /gtk/gtkapplicationwindow.c | |
parent | a970ba5ef673c448775480fe76f363ae50ffaaec (diff) | |
download | gtk+-b3dc473057143173eb59378680219635265787d0.tar.gz |
docs: trivial fixes in GtkApplication-related documentation
Diffstat (limited to 'gtk/gtkapplicationwindow.c')
-rw-r--r-- | gtk/gtkapplicationwindow.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c index 41cbee949e..f921a3d84d 100644 --- a/gtk/gtkapplicationwindow.c +++ b/gtk/gtkapplicationwindow.c @@ -38,7 +38,7 @@ * @title: GtkApplicationWindow * @short_description: GtkWindow subclass with GtkApplication support * - * GtkApplicationWindow is a #GtkWindow subclass that offers some + * #GtkApplicationWindow is a #GtkWindow subclass that offers some * extra functionality for better integration with #GtkApplication * features. Notably, it can handle both the application menu as well * as the menubar. See gtk_application_set_app_menu() and @@ -52,9 +52,9 @@ * prefix. Actions must be addressed with the prefixed name when * referring to them from a #GMenuModel. * - * Note that widgets that are placed inside a GtkApplicationWindow + * Note that widgets that are placed inside a #GtkApplicationWindow * can also activate these actions, if they implement the - * GtkActionable interface. + * #GtkActionable interface. * * As with #GtkApplication, the GDK lock will be acquired when * processing actions arriving from other processes and should therefore |