summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-tube-channel.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-03 12:13:43 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-03 12:35:58 +0100
commit59e580c564711b194d3c0c8004cf8db195f06428 (patch)
tree557249305359a52023dd567fce571cdd53b027ac /telepathy-glib/dbus-tube-channel.h
parentf524ee716e4e2fdb959c1dd28210a3a8dfc6cbfe (diff)
downloadtelepathy-glib-59e580c564711b194d3c0c8004cf8db195f06428.tar.gz
Version-annotate recent API
Diffstat (limited to 'telepathy-glib/dbus-tube-channel.h')
-rw-r--r--telepathy-glib/dbus-tube-channel.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/telepathy-glib/dbus-tube-channel.h b/telepathy-glib/dbus-tube-channel.h
index 28b81c1fc..e4ab73be2 100644
--- a/telepathy-glib/dbus-tube-channel.h
+++ b/telepathy-glib/dbus-tube-channel.h
@@ -22,6 +22,7 @@
#define __TP_DBUS_TUBE_CHANNEL_H__
#include <telepathy-glib/channel.h>
+#include <telepathy-glib/defs.h>
G_BEGIN_DECLS
@@ -52,31 +53,39 @@ struct _TpDBusTubeChannelClass
#define TP_DBUS_TUBE_CHANNEL_FEATURE_CORE \
tp_dbus_tube_channel_feature_quark_core ()
+_TP_AVAILABLE_IN_0_18
GQuark tp_dbus_tube_channel_feature_quark_core (void) G_GNUC_CONST;
+_TP_AVAILABLE_IN_0_18
GType tp_dbus_tube_channel_get_type (void);
+_TP_AVAILABLE_IN_0_18
const gchar * tp_dbus_tube_channel_get_service_name (TpDBusTubeChannel *self);
+_TP_AVAILABLE_IN_0_18
GHashTable * tp_dbus_tube_channel_get_parameters (TpDBusTubeChannel *self);
/* Outgoing tube methods */
+_TP_AVAILABLE_IN_0_18
void tp_dbus_tube_channel_offer_async (TpDBusTubeChannel *self,
GHashTable *params,
GAsyncReadyCallback callback,
gpointer user_data);
+_TP_AVAILABLE_IN_0_18
GDBusConnection * tp_dbus_tube_channel_offer_finish (TpDBusTubeChannel *self,
GAsyncResult *result,
GError **error) G_GNUC_WARN_UNUSED_RESULT;
/* Incoming tube methods */
+_TP_AVAILABLE_IN_0_18
void tp_dbus_tube_channel_accept_async (TpDBusTubeChannel *self,
GAsyncReadyCallback callback,
gpointer user_data);
+_TP_AVAILABLE_IN_0_18
GDBusConnection * tp_dbus_tube_channel_accept_finish (TpDBusTubeChannel *self,
GAsyncResult *result,
GError **error) G_GNUC_WARN_UNUSED_RESULT;