diff options
author | Alexander Larsson <alexl@redhat.com> | 2011-11-29 12:10:56 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2011-11-29 12:10:56 +0100 |
commit | a3eaab0b0159adfc2131a541d58780c08ae6695e (patch) | |
tree | 9093076fa2222e7389f03cddd0a709f0a13d4fb0 /vapi/custom.vapi | |
parent | 9335c9b9bca029cdcb7a0ccd61ca0eb9427b5489 (diff) | |
download | gnome-contacts-a3eaab0b0159adfc2131a541d58780c08ae6695e.tar.gz |
Hide google contacts not in My Contacts
These contacts are autogenerated stuff which is not supposed
to be visible in the UI.
Diffstat (limited to 'vapi/custom.vapi')
-rw-r--r-- | vapi/custom.vapi | 4 |
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 (); } |