aboutsummaryrefslogtreecommitdiff
path: root/src/app-indicator.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-24 16:40:50 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-24 16:40:50 +0200
commitc3c9e7977edfa0179b017d29deb3189a156235c4 (patch)
tree55e4cbb938da56d7d05dc45c14a0cd76150982c4 /src/app-indicator.h
parentd89dee1bc480580faddedf5aada070a3feb8614c (diff)
downloadlibayatana-appindicator-c3c9e7977edfa0179b017d29deb3189a156235c4.tar.gz
libayatana-appindicator-c3c9e7977edfa0179b017d29deb3189a156235c4.tar.bz2
libayatana-appindicator-c3c9e7977edfa0179b017d29deb3189a156235c4.zip
API documentation: Suppress some warnings being thrown.
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r--src/app-indicator.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h
index 8ae20b0..b8f888a 100644
--- a/src/app-indicator.h
+++ b/src/app-indicator.h
@@ -233,15 +233,14 @@ struct _AppIndicatorClass {
/**
* AppIndicator:
- *
- * A application indicator represents the values that are needed to show a
+ * parent: Parent object.
+ * priv: Internal data.
+ *
+ * An application indicator represents the values that are needed to show a
* unique status in the panel for an application. In general, applications
* should try to fit in the other indicators that are available on the
* panel before using this. But, sometimes it is necissary.
*
- * Private fields
- * @parent: Parent object.
- * @priv: Internal data.
*/
struct _AppIndicator {
GObject parent;