summaryrefslogtreecommitdiff
path: root/vapi/custom.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/custom.vapi')
-rw-r--r--vapi/custom.vapi4
1 files changed, 4 insertions, 0 deletions
diff --git a/vapi/custom.vapi b/vapi/custom.vapi
index 1e73b83..0ec822c 100644
--- a/vapi/custom.vapi
+++ b/vapi/custom.vapi
@@ -31,4 +31,8 @@ namespace Contacts {
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);
+ [CCode (cname = "contacts_esource_uid_is_google")]
+ public static bool esource_uid_is_google (string uid);
+ [CCode (cname = "eds_personal_google_group_name")]
+ public static unowned string? eds_personal_google_group_name ();
}