From 86aab4376be3791e1170118805ed44103a5fc2fd Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 17 Sep 2014 16:29:08 -0500 Subject: A function to handle the showing on greeter part of this. --- src/im-accounts-service.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/im-accounts-service.c') 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; +} -- cgit v1.2.3