[gnome-shell] Fix some broken GTK-Doc comment blocks
- From: Dieter Verfaillie <dieterv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Fix some broken GTK-Doc comment blocks
- Date: Wed, 9 Oct 2013 18:32:01 +0000 (UTC)
commit 81fb7ebb31205f89faaf4a45f2ed19bcf3570d86
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date: Wed Oct 9 19:31:26 2013 +0200
Fix some broken GTK-Doc comment blocks
src/st/st-adjustment.c | 1 +
src/st/st-entry.c | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/st/st-adjustment.c b/src/st/st-adjustment.c
index 45264ce..d7f0bfa 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 8fec0f4..1c1019b 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
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]