Add a doc comment
svn path=/trunk/; revision=18072
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user