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:28:27 +0200
committerWill Thompson <will.thompson@collabora.co.uk>2012-03-28 14:18:30 +0100
commitdb2a2e16b84fea0afd1f3b7f34feb138ce92970e (patch)
treee287f9b7a4f86321aa808f2a9f28535e8e10facc /telepathy-glib/dbus-tube-channel.h
parent2776c23c3095ca4aaa356c6d9f0ee0c02b4c7edc (diff)
downloadtelepathy-glib-db2a2e16b84fea0afd1f3b7f34feb138ce92970e.tar.gz
Add TP_DBUS_TUBE_CHANNEL_FEATURE_CORE
It does tracking of State property. Currently not used but will be by Offer/Accept methods.
Diffstat (limited to 'telepathy-glib/dbus-tube-channel.h')
-rw-r--r--telepathy-glib/dbus-tube-channel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/dbus-tube-channel.h b/telepathy-glib/dbus-tube-channel.h
index 260bdf066..9cc951f35 100644
--- a/telepathy-glib/dbus-tube-channel.h
+++ b/telepathy-glib/dbus-tube-channel.h
@@ -50,6 +50,10 @@ struct _TpDBusTubeChannelClass
GCallback _padding[7];
};
+#define TP_DBUS_TUBE_CHANNEL_FEATURE_CORE \
+ tp_dbus_tube_channel_feature_quark_core ()
+GQuark tp_dbus_tube_channel_feature_quark_core (void) G_GNUC_CONST;
+
GType tp_dbus_tube_channel_get_type (void);
const gchar * tp_dbus_tube_channel_get_service_name (TpDBusTubeChannel *self);