summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-tube-channel.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-28 12:39:55 +0200
committerWill Thompson <will.thompson@collabora.co.uk>2012-03-28 14:18:30 +0100
commit081c0684259606b72f5bb8fe4ad36bfdc87ef180 (patch)
treedadb168ca89335190fe50bf47e43a3c07a3884df /telepathy-glib/dbus-tube-channel.h
parent26256dedabc9287d6f5b8afa677cb41cf71c9d3d (diff)
downloadtelepathy-glib-081c0684259606b72f5bb8fe4ad36bfdc87ef180.tar.gz
add tp_dbus_tube_channel_offer_async()
Diffstat (limited to 'telepathy-glib/dbus-tube-channel.h')
-rw-r--r--telepathy-glib/dbus-tube-channel.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/telepathy-glib/dbus-tube-channel.h b/telepathy-glib/dbus-tube-channel.h
index 9cc951f35..35a875312 100644
--- a/telepathy-glib/dbus-tube-channel.h
+++ b/telepathy-glib/dbus-tube-channel.h
@@ -60,6 +60,17 @@ const gchar * tp_dbus_tube_channel_get_service_name (TpDBusTubeChannel *self);
GHashTable * tp_dbus_tube_channel_get_parameters (TpDBusTubeChannel *self);
+/* Outgoing tube methods */
+
+void tp_dbus_tube_channel_offer_async (TpDBusTubeChannel *self,
+ GHashTable *params,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+GDBusConnection * tp_dbus_tube_channel_offer_finish (TpDBusTubeChannel *self,
+ GAsyncResult *result,
+ GError **error) G_GNUC_WARN_UNUSED_RESULT;
+
G_END_DECLS
#endif