diff options
author | Aurelien Gateau <aurelien.gateau@canonical.com> | 2009-08-06 15:43:38 +0200 |
---|---|---|
committer | Aurelien Gateau <aurelien.gateau@canonical.com> | 2009-08-06 15:43:38 +0200 |
commit | 937dba5dd4878bc1f78cf76d6d24c19b69c800df (patch) | |
tree | c57848f3ac853fa9f3135d2dad14937eb65117fe /libindicate | |
parent | c4bd83aaf7c881fbaa1ae2502814ab14e2a66c8b (diff) | |
download | libayatana-indicator-937dba5dd4878bc1f78cf76d6d24c19b69c800df.tar.gz libayatana-indicator-937dba5dd4878bc1f78cf76d6d24c19b69c800df.tar.bz2 libayatana-indicator-937dba5dd4878bc1f78cf76d6d24c19b69c800df.zip |
Updated documentation
Diffstat (limited to 'libindicate')
-rw-r--r-- | libindicate/indicator.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libindicate/indicator.c b/libindicate/indicator.c index a526ce7..55964df 100644 --- a/libindicate/indicator.c +++ b/libindicate/indicator.c @@ -225,6 +225,14 @@ indicate_indicator_new_with_server (IndicateServer * server) return indicator; } +/** + indicate_indicator_set_server: + @indicator: a #IndicateIndicator to act on + @server: the #IndicateServer which should be associated with @indicator + + Defines which server this indicator must be associated to. Also, adds a + reference to the server. +*/ void indicate_indicator_set_server (IndicateIndicator * indicator, IndicateServer * server) { |