aboutsummaryrefslogtreecommitdiff
path: root/src/status-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-06-11 16:27:03 -0500
committerTed Gould <ted@canonical.com>2009-06-11 16:27:03 -0500
commit2cb1046794b8f2ef0a375d1d1061501473d43c73 (patch)
treed37962790ddb66c61725fee4c6a5fbbdc7c1ea9c /src/status-service.c
parent5ad8f590bc465555aac14f8de3ca17901b8675f3 (diff)
downloadayatana-indicator-session-2cb1046794b8f2ef0a375d1d1061501473d43c73.tar.gz
ayatana-indicator-session-2cb1046794b8f2ef0a375d1d1061501473d43c73.tar.bz2
ayatana-indicator-session-2cb1046794b8f2ef0a375d1d1061501473d43c73.zip
Starting to connect things together. Let's get some Pidgin in there.
Diffstat (limited to 'src/status-service.c')
-rw-r--r--src/status-service.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/status-service.c b/src/status-service.c
index e839b16..901f46b 100644
--- a/src/status-service.c
+++ b/src/status-service.c
@@ -10,6 +10,15 @@
#include "dbus-shared-names.h"
#include "status-provider.h"
+#include "status-provider-pidgin.h"
+
+typedef StatusProvider * (*newfunc) (void);
+#define STATUS_PROVIDER_CNT 1
+newfunc status_provider_newfuncs[STATUS_PROVIDER_CNT] = {
+ status_provider_pidgin_new
+};
+
+StatusProvider * status_providers[STATUS_PROVIDER_CNT] = { 0 };
static const gchar * status_strings [STATUS_PROVIDER_STATUS_LAST] = {
/* STATUS_PROVIDER_STATUS_ONLINE, */ N_("Available"),