summaryrefslogtreecommitdiff
path: root/telepathy-farstream/content.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-13 18:43:30 -0400
committerXavier Claessens <xclaesse@gmail.com>2011-11-28 16:08:12 +0100
commit298083e9ca93cb328501f5dae8131d1f8cfc610d (patch)
treebffe7257c73ee13af559a36d7a875faa233592fe /telepathy-farstream/content.h
parente225393827e6355ba9e29450e9fb4a878f519e23 (diff)
downloadtelepathy-farstream-298083e9ca93cb328501f5dae8131d1f8cfc610d.tar.gz
Port to Call1
Diffstat (limited to 'telepathy-farstream/content.h')
-rw-r--r--telepathy-farstream/content.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/telepathy-farstream/content.h b/telepathy-farstream/content.h
index e071679..0b38a99 100644
--- a/telepathy-farstream/content.h
+++ b/telepathy-farstream/content.h
@@ -2,6 +2,7 @@
#define __TF_CONTENT_H__
#include <glib-object.h>
+#include <telepathy-glib/call-1.h>
#include <farstream/fs-conference.h>
G_BEGIN_DECLS
@@ -47,12 +48,12 @@ typedef struct _TfContentClass TfContentClass;
GType tf_content_get_type (void);
void tf_content_error_literal (TfContent *content,
- guint reason, /* TfFutureContentRemovalReason */
+ TpCallStateChangeReason reason,
const gchar *detailed_reason,
const gchar *message);
void tf_content_error (TfContent *content,
- guint reason, /* TfFutureContentRemovalReason */
+ TpCallStateChangeReason reason,
const gchar *detailed_reason,
const gchar *message_format, ...) G_GNUC_PRINTF (4, 5);