summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-stream.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-11-11 17:18:57 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-10 09:52:43 +0100
commit500436718000e3d7b097336c16ebd5f25168aed3 (patch)
treea96c069027d31b648a48a712319bf4d89cdf7347 /telepathy-glib/call-stream.h
parent3252eb11bafebd0e25ea39f71059d179aafe64c5 (diff)
downloadtelepathy-glib-500436718000e3d7b097336c16ebd5f25168aed3.tar.gz
TpCallStream: introspect all properties and add getters
Based on TpyCallStream merge stream
Diffstat (limited to 'telepathy-glib/call-stream.h')
-rw-r--r--telepathy-glib/call-stream.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/telepathy-glib/call-stream.h b/telepathy-glib/call-stream.h
index bf1cb76a6..72afaa628 100644
--- a/telepathy-glib/call-stream.h
+++ b/telepathy-glib/call-stream.h
@@ -22,6 +22,7 @@
#define __TP_CALL_STREAM_H__
#include <telepathy-glib/proxy.h>
+#include <telepathy-glib/call-channel.h>
G_BEGIN_DECLS
@@ -54,6 +55,14 @@ GType tp_call_stream_get_type (void);
void tp_call_stream_init_known_interfaces (void);
+#define TP_CALL_STREAM_FEATURE_CORE \
+ tp_call_stream_get_feature_quark_core ()
+GQuark tp_call_stream_get_feature_quark_core (void) G_GNUC_CONST;
+
+TpSendingState tp_call_stream_get_local_sending_state (TpCallStream *self);
+gboolean tp_call_stream_can_request_receiving (TpCallStream *self);
+GHashTable *tp_call_stream_get_remote_members (TpCallStream *self);
+
G_END_DECLS
#include "_gen/tp-cli-call-stream.h"