forked from AuroraMiddleware/gtk
Add a doc comment
svn path=/trunk/; revision=18072
This commit is contained in:
parent
498dac7ed2
commit
15cf60ae6d
@ -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):
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user