From dd49cd3da4456be72f5aae8ba0900c80b637409c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 30 Apr 2009 14:10:41 -0500 Subject: What is the server --- libindicate/server.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libindicate/server.h b/libindicate/server.h index cfb4334..0c5a83c 100644 --- a/libindicate/server.h +++ b/libindicate/server.h @@ -57,6 +57,16 @@ G_BEGIN_DECLS #define INDICATE_SERVER_SIGNAL_INTEREST_ADDED "interest-added" #define INDICATE_SERVER_SIGNAL_INTEREST_REMOVED "interest-removed" +/** + IndicateServer: + + This is the object that represents the overall connection + between this application and DBus. It acts as the proxy for + incomming DBus calls and also sends the appropriate signals + on DBus for events happening on other objects locally. It + provides some settings that effection how the application as + a whole is perceived by listeners of the indicator protocol. +*/ typedef struct _IndicateServer IndicateServer; struct _IndicateServer { GObject parent; -- cgit v1.2.3