diff options
author | Ted Gould <ted@canonical.com> | 2009-04-30 11:40:56 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-30 11:40:56 -0500 |
commit | c73af692f9bd4cab185206ab90b592469e659d77 (patch) | |
tree | 7fc28ef9b7f65f9bedd5591610fe2083faf66ac9 /libindicate/indicator.h | |
parent | 0ed074906ff7c3344fe866852baf64c3fbdbf13d (diff) | |
download | libayatana-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.h | 8 |
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; }; |