summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2011-09-26 14:48:06 +0200
committerAlexander Larsson <alexl@redhat.com>2011-09-26 15:04:25 +0200
commitcc6422a1a39d936eadd98d734c289aa70d4f38bc (patch)
tree228a1dc9b5697621997444842b28fa5095628a03 /vapi
parent5889a060678a5224745d6a3d838840af4d0c55b6 (diff)
downloadgnome-contacts-cc6422a1a39d936eadd98d734c289aa70d4f38bc.tar.gz
Work around changes in how folks marks its eds addressbooks
Folks used to uave the relative uri as the eds store id, but now switched to uid. https://bugzilla.gnome.org/show_bug.cgi?id=660125
Diffstat (limited to 'vapi')
-rw-r--r--vapi/custom.vapi2
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/custom.vapi b/vapi/custom.vapi
index bbd5c9d..9354f14 100644
--- a/vapi/custom.vapi
+++ b/vapi/custom.vapi
@@ -27,4 +27,6 @@ namespace LocalGLib {
namespace Contacts {
[CCode (cname = "contacts_ensure_eds_accounts")]
public static void ensure_eds_accounts ();
+ [CCode (cname = "contacts_eds_local_store")]
+ public static string? eds_local_store;
}