aboutsummaryrefslogtreecommitdiff
path: root/libindicate/server.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-01-12 16:38:46 -0600
committerTed Gould <ted@canonical.com>2009-01-12 16:38:46 -0600
commit2dc2f266359d30841fa2970dba0265cb22556b89 (patch)
tree99c4ea90f561684db2ac98f41f857f5100709a31 /libindicate/server.c
parent3d55f9063f2ee1a1a472f5a7b0b4bfa4a798b1f9 (diff)
downloadlibayatana-indicator-2dc2f266359d30841fa2970dba0265cb22556b89.tar.gz
libayatana-indicator-2dc2f266359d30841fa2970dba0265cb22556b89.tar.bz2
libayatana-indicator-2dc2f266359d30841fa2970dba0265cb22556b89.zip
Clean up the signal handlers and fixing the call in the test function. Now we're to the point of showing the way I think things should be.
Diffstat (limited to 'libindicate/server.c')
-rw-r--r--libindicate/server.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libindicate/server.c b/libindicate/server.c
index dd4513a..95c0a2c 100644
--- a/libindicate/server.c
+++ b/libindicate/server.c
@@ -44,6 +44,7 @@ static gboolean show_indicator_to_user (IndicateServer * server, guint id, GErro
static void
indicate_server_class_init (IndicateServerClass * class)
{
+ g_debug("Server Class Initialized");
GObjectClass * gobj;
gobj = G_OBJECT_CLASS(class);
@@ -90,6 +91,8 @@ indicate_server_class_init (IndicateServerClass * class)
static void
indicate_server_init (IndicateServer * server)
{
+ g_debug("Server Object Initialized");
+
server->path = g_strdup("/org/freedesktop/indicate");
server->indicators = NULL;