From c50d1189d4df8e7d23a0a226d9bc09e1b2306204 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 17 Sep 2014 16:26:28 -0500 Subject: Put in a function to handle setting the draw attention value --- src/im-accounts-service.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/im-accounts-service.h') diff --git a/src/im-accounts-service.h b/src/im-accounts-service.h index 4e7da59..263103b 100644 --- a/src/im-accounts-service.h +++ b/src/im-accounts-service.h @@ -45,6 +45,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); G_END_DECLS -- cgit v1.2.3