Fix some broken GTK-Doc comment blocks

This commit is contained in:
Dieter Verfaillie 2013-10-09 19:31:26 +02:00
parent 3751211590
commit 81fb7ebb31
2 changed files with 4 additions and 0 deletions

View File

@ -259,6 +259,7 @@ st_adjustment_class_init (StAdjustmentClass *klass)
G_PARAM_CONSTRUCT)); G_PARAM_CONSTRUCT));
/** /**
* StAdjustment::changed: * StAdjustment::changed:
* @self: the #StAdjustment
* *
* Emitted when any of the adjustment values have changed * Emitted when any of the adjustment values have changed
*/ */

View File

@ -795,6 +795,8 @@ st_entry_class_init (StEntryClass *klass)
/* signals */ /* signals */
/** /**
* StEntry::primary-icon-clicked: * StEntry::primary-icon-clicked:
* @self: the #StEntry
*
* *
* Emitted when the primary icon is clicked * Emitted when the primary icon is clicked
*/ */
@ -807,6 +809,7 @@ st_entry_class_init (StEntryClass *klass)
G_TYPE_NONE, 0); G_TYPE_NONE, 0);
/** /**
* StEntry::secondary-icon-clicked: * StEntry::secondary-icon-clicked:
* @self: the #StEntry
* *
* Emitted when the secondary icon is clicked * Emitted when the secondary icon is clicked
*/ */