diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 10:12:38 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 17:31:59 +0100 |
commit | a1c297a310751892d7540c0b281bb93ec6750549 (patch) | |
tree | 6b75d5772d0e015cc9ea6f0e0cd0e7b2ad335471 /gtk/gtkmenu.c | |
parent | fe372ddf5e918a54d7082996fa4bd779e6d0e9f1 (diff) | |
download | gtk+-a1c297a310751892d7540c0b281bb93ec6750549.tar.gz |
[GI] Cosmetic cleanups of annotations and doc comments
This change does not introduce any functionality change, mostly
cosmtic cleanups, like re-linebreak when introduced annotations messed
up indentation or whitespace errors fixes.
Diffstat (limited to 'gtk/gtkmenu.c')
-rw-r--r-- | gtk/gtkmenu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c index e1b4ca3f8a..0a125adacc 100644 --- a/gtk/gtkmenu.c +++ b/gtk/gtkmenu.c @@ -1337,9 +1337,9 @@ gtk_menu_remove (GtkContainer *container, /** * gtk_menu_new: * - * Creates a new #GtkMenu. + * Creates a new #GtkMenu * - * Returns: a new #GtkMenu. + * Returns: a new #GtkMenu */ GtkWidget* gtk_menu_new (void) @@ -1444,7 +1444,7 @@ popup_grab_on_window (GdkWindow *window, /** * gtk_menu_popup_for_device: - * @menu: a #GtkMenu. + * @menu: a #GtkMenu * @device: (allow-none): a #GdkDevice * @parent_menu_shell: (allow-none): the menu shell containing the triggering * menu item, or %NULL |