summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2015-04-30 00:04:48 -0400
committerErick Pérez Castellanos <erick.red@gmail.com>2015-04-30 00:06:06 -0400
commit317dfb8eed294a5600390b3af02f89ecfe0f1d75 (patch)
tree30a55f918d5f626896b74a8b49dd652960fa3247 /vapi
parent8b63c967ba67ae84f5242e15a041b1b631ac4f76 (diff)
downloadgnome-contacts-317dfb8eed294a5600390b3af02f89ecfe0f1d75.tar.gz
app: exit properly on eds connection failure
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=726733
Diffstat (limited to '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")]