Add a doc comment

svn path=/trunk/; revision=18072
This commit is contained in:
Matthias Clasen 2007-06-07 06:09:43 +00:00
parent 498dac7ed2
commit 15cf60ae6d
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-06-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtknotebook.c: Add a doc comment.
2007-06-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (model_add_special):

View File

@ -638,6 +638,14 @@ gtk_notebook_class_init (GtkNotebookClass *class)
G_MAXINT,
-1,
GTK_PARAM_READWRITE));
/**
* GtkNotebook:group:
*
* Group for tabs drag and drop.
*
* Since: 2.12
*/
g_object_class_install_property (gobject_class,
PROP_GROUP,
g_param_spec_pointer ("group",