summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-content.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-11-11 17:18:27 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-10 09:52:43 +0100
commit3252eb11bafebd0e25ea39f71059d179aafe64c5 (patch)
treea98d3c21ebfa40ed28fbfac7d3f5c6a1df06891a /telepathy-glib/call-content.h
parent23d40d437a2fa02881e24eccba88b314e4c5a3fd (diff)
downloadtelepathy-glib-3252eb11bafebd0e25ea39f71059d179aafe64c5.tar.gz
TpCallContent: introspect all properties and add getters
Based on TpyCallContent
Diffstat (limited to 'telepathy-glib/call-content.h')
-rw-r--r--telepathy-glib/call-content.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/telepathy-glib/call-content.h b/telepathy-glib/call-content.h
index 8d6d66a6d..e3af8dfce 100644
--- a/telepathy-glib/call-content.h
+++ b/telepathy-glib/call-content.h
@@ -22,6 +22,7 @@
#define __TP_CALL_CONTENT_H__
#include <telepathy-glib/proxy.h>
+#include <telepathy-glib/call-channel.h>
G_BEGIN_DECLS
@@ -54,6 +55,15 @@ GType tp_call_content_get_type (void);
void tp_call_content_init_known_interfaces (void);
+#define TP_CALL_CONTENT_FEATURE_CORE \
+ tp_call_content_get_feature_quark_core ()
+GQuark tp_call_content_get_feature_quark_core (void) G_GNUC_CONST;
+
+const gchar *tp_call_content_get_name (TpCallContent *self);
+TpMediaStreamType tp_call_content_get_media_type (TpCallContent *self);
+TpCallContentDisposition tp_call_content_get_disposition (TpCallContent *self);
+GPtrArray *tp_call_content_get_streams (TpCallContent *self);
+
G_END_DECLS
#include "_gen/tp-cli-call-content.h"