summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-01-16 17:49:30 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-01-16 17:49:30 +0000
commitf74f9d17b8574e6e86f95838a56a5f30ef142371 (patch)
tree9e65177a3c13767d96ace449525caa278ac527c9 /telepathy-glib/channel.h
parent30485a31ca05357138196e4a6aa4abcc5a4a3b76 (diff)
downloadtelepathy-glib-f74f9d17b8574e6e86f95838a56a5f30ef142371.tar.gz
Add tp_channel_run_until_ready()
20080116174930-53eee-74b310c038660e463844af8a8653eaf823018ee7.gz
Diffstat (limited to 'telepathy-glib/channel.h')
-rw-r--r--telepathy-glib/channel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/channel.h b/telepathy-glib/channel.h
index 3e6ced9f9..eebbc501d 100644
--- a/telepathy-glib/channel.h
+++ b/telepathy-glib/channel.h
@@ -58,6 +58,9 @@ TpChannel *tp_channel_new (TpDBusDaemon *dbus, const gchar *bus_name,
TpHandleType optional_handle_type, TpHandle optional_handle,
GError **error);
+gboolean tp_channel_run_until_ready (TpChannel *self, GError **error,
+ GMainLoop **loop);
+
G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-channel.h>