aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-30 14:10:41 -0500
committerTed Gould <ted@canonical.com>2009-04-30 14:10:41 -0500
commitdd49cd3da4456be72f5aae8ba0900c80b637409c (patch)
tree29049ea82bd34db042ec622cec7cc7da139d8802
parent47c4b8e7c3f328da2ec23ddec762c47b329a44da (diff)
downloadlibayatana-indicator-dd49cd3da4456be72f5aae8ba0900c80b637409c.tar.gz
libayatana-indicator-dd49cd3da4456be72f5aae8ba0900c80b637409c.tar.bz2
libayatana-indicator-dd49cd3da4456be72f5aae8ba0900c80b637409c.zip
What is the server
-rw-r--r--libindicate/server.h10
1 files changed, 10 insertions, 0 deletions
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;