summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-06-11 18:29:49 +0200
committerAlexander Larsson <alexl@redhat.com>2015-06-25 15:06:16 +0200
commit2c5b8eacea56e8417f64de0a9bbf4ee549c87738 (patch)
tree7c80cf3a3d55b9b6091cfe6e0393641b27ba22d0 /vapi
parentefca1c7c912e85e7ccbfd3e76f54952509d35caa (diff)
downloadgnome-contacts-2c5b8eacea56e8417f64de0a9bbf4ee549c87738.tar.gz
Don't show authentication UI from the search provide
https://bugzilla.gnome.org/show_bug.cgi?id=750724
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 340e0b5..47930ea 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 bool ensure_eds_accounts ();
+ public static bool ensure_eds_accounts (bool allow_interaction);
[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")]