diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-26 18:51:06 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-26 18:51:06 +0000 |
commit | 21fb3a962a67f906da046269010f767c2ff01e12 (patch) | |
tree | 18d73faeb1340ad20d0a24a8de6cff883eede399 /gtk/gtknotebook.c | |
parent | c67c9cfc5ddbe3e956166c00d228d373baec9a0f (diff) | |
download | gtk+-21fb3a962a67f906da046269010f767c2ff01e12.tar.gz |
Document new api
svn path=/trunk/; revision=17929
Diffstat (limited to 'gtk/gtknotebook.c')
-rw-r--r-- | gtk/gtknotebook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 0e7fd29054..f7843cd4ec 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -7287,7 +7287,7 @@ gtk_notebook_set_group_id (GtkNotebook *notebook, /** * gtk_notebook_set_group: * @notebook: a #GtkNotebook - * @group_id: a pointer to identify the notebook group, or %NULL to unset it + * @group: a pointer to identify the notebook group, or %NULL to unset it * * Sets a group identificator pointer for @notebook, notebooks sharing * the same group identificator pointer will be able to exchange tabs |