summaryrefslogtreecommitdiff
path: root/vapi/custom.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/custom.vapi')
-rw-r--r--vapi/custom.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/custom.vapi b/vapi/custom.vapi
index 222d1db..340e0b5 100644
--- a/vapi/custom.vapi
+++ b/vapi/custom.vapi
@@ -20,7 +20,7 @@ namespace Gnome {
[CCode (cprefix = "Contacts", lower_case_cprefix = "contacts_", cheader_filename = "contacts-esd-setup.h")]
namespace Contacts {
[CCode (cname = "contacts_ensure_eds_accounts")]
- public static void ensure_eds_accounts ();
+ public static bool ensure_eds_accounts ();
[CCode (cname = "contacts_lookup_esource_name_by_uid")]
public static unowned string? lookup_esource_name_by_uid (string uid);
[CCode (cname = "contacts_lookup_esource_name_by_uid_for_contact")]