Fix doc comment.

2004-10-09  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_get_menu): Fix
	doc comment.
This commit is contained in:
Matthias Clasen
2004-10-09 04:52:32 +00:00
committed by Matthias Clasen
parent f79afe443c
commit ff44b010bc
5 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2004-10-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_get_menu): Fix
doc comment.
* gtk/gtkactiongroup.h:
* gtk/gtkactiongroup.c: Reinstate the accidentally lost addition
of gtk_action_group_translate_string().

View File

@ -1,5 +1,8 @@
2004-10-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_get_menu): Fix
doc comment.
* gtk/gtkactiongroup.h:
* gtk/gtkactiongroup.c: Reinstate the accidentally lost addition
of gtk_action_group_translate_string().

View File

@ -1,5 +1,8 @@
2004-10-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_get_menu): Fix
doc comment.
* gtk/gtkactiongroup.h:
* gtk/gtkactiongroup.c: Reinstate the accidentally lost addition
of gtk_action_group_translate_string().

View File

@ -1,5 +1,8 @@
2004-10-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_get_menu): Fix
doc comment.
* gtk/gtkactiongroup.h:
* gtk/gtkactiongroup.c: Reinstate the accidentally lost addition
of gtk_action_group_translate_string().

View File

@ -565,7 +565,6 @@ gtk_menu_tool_button_set_menu (GtkMenuToolButton *button,
/**
* gtk_menu_tool_button_get_menu:
* @button: a #GtkMenuToolButton
* @menu: the #GtkMenu associated with #GtkMenuToolButton
*
* Gets the #GtkMenu associated with #GtkMenuToolButton.
*