Fix doc typos.

2006-05-08  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtknotebook.c:
	* gtk/gtkwindow.c:
	* gtk/gtkrange.c: Fix doc typos.
This commit is contained in:
Matthias Clasen
2006-05-08 14:50:33 +00:00
committed by Matthias Clasen
parent 18c7fb2f44
commit c0f7f08a0e
5 changed files with 21 additions and 5 deletions

View File

@ -6935,7 +6935,9 @@ gtk_notebook_get_group_id (GtkNotebook *notebook)
*
* Gets whether the tab can be reordered via drag and drop or not.
*
* Return Value: TRUE if the tab is reorderable.
* Return Value: %TRUE if the tab is reorderable.
*
* Since: 2.10
**/
gboolean
gtk_notebook_get_tab_reorderable (GtkNotebook *notebook,
@ -7060,8 +7062,8 @@ gtk_notebook_get_tab_detachable (GtkNotebook *notebook,
**/
void
gtk_notebook_set_tab_detachable (GtkNotebook *notebook,
GtkWidget *child,
gboolean detachable)
GtkWidget *child,
gboolean detachable)
{
GList *list;