aboutsummaryrefslogtreecommitdiff
path: root/src/im-accounts-service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-accounts-service.h')
-rw-r--r--src/im-accounts-service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-accounts-service.h b/src/im-accounts-service.h
index 263103b..d7611d8 100644
--- a/src/im-accounts-service.h
+++ b/src/im-accounts-service.h
@@ -46,6 +46,7 @@ struct _ImAccountsService {
GType im_accounts_service_get_type (void);
ImAccountsService * im_accounts_service_ref_default (void);
void im_accounts_service_set_draws_attention (ImAccountsService * service, gboolean draws_attention);
+gboolean im_accounts_service_get_show_on_greeter (ImAccountsService * service);
G_END_DECLS