summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2011-10-20 12:03:48 +0200
committerAlexander Larsson <alexl@redhat.com>2011-10-20 12:03:48 +0200
commitff1f9b5c029eba930beefdfc3e449abdd6e7b390 (patch)
tree3825f495de2b08f0a49656a32f5aace73cff920c /vapi
parente681740b15b2c78edc9c4f50907225d840df81ad (diff)
downloadgnome-contacts-ff1f9b5c029eba930beefdfc3e449abdd6e7b390.tar.gz
Fix nice names for eds contact stores
This fixes the name of the store for e.g. google contacts.
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 9354f14..1e73b83 100644
--- a/vapi/custom.vapi
+++ b/vapi/custom.vapi
@@ -29,4 +29,6 @@ namespace Contacts {
public static void ensure_eds_accounts ();
[CCode (cname = "contacts_eds_local_store")]
public static string? eds_local_store;
+ [CCode (cname = "contacts_lookup_esource_name_by_uid")]
+ public static unowned string? lookup_esource_name_by_uid (string uid);
}