summaryrefslogtreecommitdiff
path: root/tests/lib/simple-conn.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 10:00:54 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 16:36:30 +0200
commitfa4c04412ae02c77d58a58b36da338f5b7a640ba (patch)
treeb8885fd7e697c19ab0b471b158a7b3cc55516660 /tests/lib/simple-conn.h
parentb5939d56b83f1c125dfd6693e881290d513fa67d (diff)
downloadtelepathy-logger-fa4c04412ae02c77d58a58b36da338f5b7a640ba.tar.gz
tests/lib: sync with tp-glib master
Add room-list-chan.c as it's used by simple-conn. https://bugs.freedesktop.org/show_bug.cgi?id=69797
Diffstat (limited to 'tests/lib/simple-conn.h')
-rw-r--r--tests/lib/simple-conn.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib/simple-conn.h b/tests/lib/simple-conn.h
index 6322f4b..837400b 100644
--- a/tests/lib/simple-conn.h
+++ b/tests/lib/simple-conn.h
@@ -72,6 +72,11 @@ void tp_tests_simple_connection_set_get_self_handle_error (
gint code,
const gchar *message);
+gchar * tp_tests_simple_connection_ensure_room_list_chan (
+ TpTestsSimpleConnection *self,
+ const gchar *server,
+ GHashTable **props);
+
G_END_DECLS
#endif /* #ifndef __TP_TESTS_SIMPLE_CONN_H__ */