Fix some broken GTK-Doc comment blocks
This commit is contained in:
parent
3751211590
commit
81fb7ebb31
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user