aboutsummaryrefslogtreecommitdiff
path: root/libindicate/indicator.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-30 11:40:56 -0500
committerTed Gould <ted@canonical.com>2009-04-30 11:40:56 -0500
commitc73af692f9bd4cab185206ab90b592469e659d77 (patch)
tree7fc28ef9b7f65f9bedd5591610fe2083faf66ac9 /libindicate/indicator.h
parent0ed074906ff7c3344fe866852baf64c3fbdbf13d (diff)
downloadlibayatana-indicator-c73af692f9bd4cab185206ab90b592469e659d77.tar.gz
libayatana-indicator-c73af692f9bd4cab185206ab90b592469e659d77.tar.bz2
libayatana-indicator-c73af692f9bd4cab185206ab90b592469e659d77.zip
First pass at trying to create some function documentation for Indicator
Diffstat (limited to 'libindicate/indicator.h')
-rw-r--r--libindicate/indicator.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libindicate/indicator.h b/libindicate/indicator.h
index 8af5568..4536cf5 100644
--- a/libindicate/indicator.h
+++ b/libindicate/indicator.h
@@ -56,6 +56,14 @@ G_BEGIN_DECLS
typedef struct _IndicateIndicator IndicateIndicator;
typedef struct _IndicateIndicatorClass IndicateIndicatorClass;
+/**
+ IndicateInidcator:
+
+ The indicator object represents a single item that is shared over the
+ indicator bus. This could be something like one IM, one e-mail or
+ a single system update. It should be accessed only through its
+ accessors.
+*/
struct _IndicateIndicator {
GObject parent;
};