From 81fb7ebb31205f89faaf4a45f2ed19bcf3570d86 Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Wed, 9 Oct 2013 19:31:26 +0200 Subject: [PATCH] Fix some broken GTK-Doc comment blocks --- src/st/st-adjustment.c | 1 + src/st/st-entry.c | 3 +++ 2 files changed, 4 insertions(+) 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 */