summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-04 14:44:46 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-04 14:44:46 +0200
commit944cace3681c319dc2ece0647e26c17ac1b4b039 (patch)
treeef327df494531c602667ab2a186f42b24368f44b /tests
parent6470e96a60d8132cd4a03c897e7ff02540e8f6ad (diff)
downloadtelepathy-logger-944cace3681c319dc2ece0647e26c17ac1b4b039.tar.gz
channel-factory: prefix internal API with underscore
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/main-debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/twisted/main-debug.c b/tests/twisted/main-debug.c
index c3f04ac..48213ad 100644
--- a/tests/twisted/main-debug.c
+++ b/tests/twisted/main-debug.c
@@ -36,8 +36,8 @@ tpl_init (void)
g_type_init ();
- tpl_channel_factory_init ();
- tpl_channel_factory_add ("org.freedesktop.Telepathy.Channel.Type.Text",
+ _tpl_channel_factory_init ();
+ _tpl_channel_factory_add ("org.freedesktop.Telepathy.Channel.Type.Text",
(TplChannelConstructor) tpl_channel_test_new);
observer = tpl_observer_new ();