summaryrefslogtreecommitdiff
path: root/src/vcard-manager.h
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2009-09-24 18:04:27 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-10-06 17:09:42 +0100
commit3fbaeea3f32ba47f6d5f69fe2216accdc275cec1 (patch)
treee061a7292082afc5c3837d8b5c1ec28cbe47d4df /src/vcard-manager.h
parentc8070f35ca62df753c914ae5329d786f86f91c1c (diff)
vCard replay timer is set to 3 seconds for the unit tests
Diffstat (limited to 'src/vcard-manager.h')
-rw-r--r--src/vcard-manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vcard-manager.h b/src/vcard-manager.h
index b7e9d0acf..0d35223a3 100644
--- a/src/vcard-manager.h
+++ b/src/vcard-manager.h
@@ -126,6 +126,9 @@ GabbleVCardManagerEditRequest *gabble_vcard_manager_edit (GabbleVCardManager *,
void gabble_vcard_manager_remove_edit_request (GabbleVCardManagerEditRequest *);
+/* For unit tests only */
+void gabble_vcard_manager_set_suspend_reply_timeout (guint timeout);
+
G_END_DECLS
#endif