aboutsummaryrefslogtreecommitdiff
path: root/src/im-accounts-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-09-17 16:29:08 -0500
committerTed Gould <ted@gould.cx>2014-09-17 16:29:08 -0500
commit86aab4376be3791e1170118805ed44103a5fc2fd (patch)
treec64b3b0d0d6c563b9d40d7f864ac60804d770f4a /src/im-accounts-service.c
parentc50d1189d4df8e7d23a0a226d9bc09e1b2306204 (diff)
downloadayatana-indicator-messages-86aab4376be3791e1170118805ed44103a5fc2fd.tar.gz
ayatana-indicator-messages-86aab4376be3791e1170118805ed44103a5fc2fd.tar.bz2
ayatana-indicator-messages-86aab4376be3791e1170118805ed44103a5fc2fd.zip
A function to handle the showing on greeter part of this.
Diffstat (limited to 'src/im-accounts-service.c')
-rw-r--r--src/im-accounts-service.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/im-accounts-service.c b/src/im-accounts-service.c
index f3b641f..1926d9b 100644
--- a/src/im-accounts-service.c
+++ b/src/im-accounts-service.c
@@ -98,3 +98,10 @@ im_accounts_service_set_draws_attention (ImAccountsService * service, gboolean d
}
+
+gboolean
+im_accounts_service_get_show_on_greeter (ImAccountsService * service)
+{
+
+ return FALSE;
+}