diff options
author | Ted Gould <ted@canonical.com> | 2009-04-30 14:10:41 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-30 14:10:41 -0500 |
commit | dd49cd3da4456be72f5aae8ba0900c80b637409c (patch) | |
tree | 29049ea82bd34db042ec622cec7cc7da139d8802 /libindicate | |
parent | 47c4b8e7c3f328da2ec23ddec762c47b329a44da (diff) | |
download | libayatana-indicator-dd49cd3da4456be72f5aae8ba0900c80b637409c.tar.gz libayatana-indicator-dd49cd3da4456be72f5aae8ba0900c80b637409c.tar.bz2 libayatana-indicator-dd49cd3da4456be72f5aae8ba0900c80b637409c.zip |
What is the server
Diffstat (limited to 'libindicate')
-rw-r--r-- | libindicate/server.h | 10 |
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; |