diff options
author | Ted Gould <ted@canonical.com> | 2009-04-30 16:57:51 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-30 16:57:51 -0500 |
commit | 933bcaaa5942e9990e07da32bcde392d0e9a7883 (patch) | |
tree | 1a076c142b52a6896197708273faaacc2cd9028e /libindicate/indicator.c | |
parent | 298abb13418fe50b5c2c5e66fcad5c21c4732d41 (diff) | |
download | libayatana-indicator-933bcaaa5942e9990e07da32bcde392d0e9a7883.tar.gz libayatana-indicator-933bcaaa5942e9990e07da32bcde392d0e9a7883.tar.bz2 libayatana-indicator-933bcaaa5942e9990e07da32bcde392d0e9a7883.zip |
Adding in message documentation and cleaning up some mistakes as I see them.
Diffstat (limited to 'libindicate/indicator.c')
-rw-r--r-- | libindicate/indicator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/indicator.c b/libindicate/indicator.c index c867a9a..15788d4 100644 --- a/libindicate/indicator.c +++ b/libindicate/indicator.c @@ -181,7 +181,7 @@ indicate_indicator_finalize (GObject * obj) /** indicate_indicator_new: - Builds a new indicator object using #g_object_new. + Builds a new indicator object using g_object_new(). Return value: A pointer to a new #IndicateIndicator object. */ |