diff --git a/src/st/st-adjustment.c b/src/st/st-adjustment.c index 45264ce4a..d7f0bfa3f 100644 --- a/src/st/st-adjustment.c +++ b/src/st/st-adjustment.c @@ -259,6 +259,7 @@ st_adjustment_class_init (StAdjustmentClass *klass) G_PARAM_CONSTRUCT)); /** * StAdjustment::changed: + * @self: the #StAdjustment * * Emitted when any of the adjustment values have changed */ diff --git a/src/st/st-entry.c b/src/st/st-entry.c index 8fec0f4e8..1c1019ba8 100644 --- a/src/st/st-entry.c +++ b/src/st/st-entry.c @@ -795,6 +795,8 @@ st_entry_class_init (StEntryClass *klass) /* signals */ /** * StEntry::primary-icon-clicked: + * @self: the #StEntry + * * * Emitted when the primary icon is clicked */ @@ -807,6 +809,7 @@ st_entry_class_init (StEntryClass *klass) G_TYPE_NONE, 0); /** * StEntry::secondary-icon-clicked: + * @self: the #StEntry * * Emitted when the secondary icon is clicked */