Match parameter names with the headers.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkclipboard.h:
	* gtk/gtkprinter.c:
	* gtk/gtkprintsettings.h:
	* gtk/gtkprintsettings.c: Match parameter names with the headers.

	* gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog):
	Add docs.

	* gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize):
	* gtk/gtkstatusicon.c (gtk_status_icon_get_storage_type):
	* gtk/gtktreeview.c (gtk_tree_view_set_search_position_func):
	* gtk/gtktreeview.c (gtk_tree_view_get_headers_clickable):
	* gtk/gtkcellrendererspin.c (gtk_cell_renderer_spin_new):
	* gtk/gtkmenu.c (gtk_menu_get_for_attach_widget): Fix the docs.
This commit is contained in:
Matthias Clasen
2006-04-24 05:42:12 +00:00
committed by Matthias Clasen
parent bb23cebf1b
commit 0d10969b9f
12 changed files with 69 additions and 18 deletions

View File

@ -4783,7 +4783,8 @@ gtk_menu_set_monitor (GtkMenu *menu,
/**
* gtk_menu_get_for_attach_widget:
* @widget: a #GtkWidget
* * Returns a list of the menus which are attached to this widget.
*
* Returns a list of the menus which are attached to this widget.
* This list is owned by GTK+ and must not be modified.
*
* Return value: the list of menus attached to his widget.