Move some docs inline

svn path=/trunk/; revision=18447
This commit is contained in:
Matthias Clasen
2007-07-11 22:21:06 +00:00
parent 23b358d7b5
commit 4a5ebcfc45
5 changed files with 42 additions and 13 deletions

View File

@ -148,6 +148,13 @@ gtk_plug_class_init (GtkPlugClass *class)
FALSE,
GTK_PARAM_READABLE));
/**
* GtkPlug::embedded:
* @plug: the object on which the signal was emitted
*
* Gets emitted when the plug becomes embedded in a socket
* and when the embedding ends.
*/
plug_signals[EMBEDDED] =
g_signal_new (I_("embedded"),
G_OBJECT_CLASS_TYPE (class),