From 937dba5dd4878bc1f78cf76d6d24c19b69c800df Mon Sep 17 00:00:00 2001 From: Aurelien Gateau Date: Thu, 6 Aug 2009 15:43:38 +0200 Subject: Updated documentation --- libindicate/indicator.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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) { -- cgit v1.2.3