diff options
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) { |