summaryrefslogtreecommitdiff
path: root/tests/libebook/client/client-test-utils.h
diff options
context:
space:
mode:
authorMathias Hasselmann <mathias@openismus.com>2012-12-10 15:24:57 +0100
committerMathias Hasselmann <mathias@openismus.com>2013-01-23 16:00:56 +0100
commit8d01414fdb7fd0c1140c16b0c2d678d8486de2f1 (patch)
tree6e73a200a1a2cd196e36c86cc4310e9093bbc2d6 /tests/libebook/client/client-test-utils.h
parent4335edbd3bfddd72132c5ca39dbf96fb37450aed (diff)
downloadevolution-data-server-8d01414fdb7fd0c1140c16b0c2d678d8486de2f1.tar.gz
sqlitedb: Store E.164 param in vcardsopenismus-phonenumber-work-master
The E.164 normalized phone number is of interest for handset related applications. With this change a X-EVOLUTION-E164 attribute is added to each TEL attribute if the contact summary contains a E.164 formatted variant of the phone number. This shall avoid overhead and inconsistency that would occur if clients would use their own mechanism to compute that already stored information.
Diffstat (limited to 'tests/libebook/client/client-test-utils.h')
-rw-r--r--tests/libebook/client/client-test-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libebook/client/client-test-utils.h b/tests/libebook/client/client-test-utils.h
index 25377354a..510f34128 100644
--- a/tests/libebook/client/client-test-utils.h
+++ b/tests/libebook/client/client-test-utils.h
@@ -35,6 +35,7 @@ void main_initialize (void);
void start_main_loop (GThreadFunc func, gpointer data);
void start_in_thread_with_main_loop (GThreadFunc func, gpointer data);
void start_in_idle_with_main_loop (GThreadFunc func, gpointer data);
+void sleep_in_main_loop (guint msec);
void stop_main_loop (gint stop_result);
gint get_main_loop_stop_result (void);