summaryrefslogtreecommitdiff
path: root/telepathy-farstream/content-priv.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-03-10 17:21:20 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-06-24 17:38:48 -0400
commitf081906f51cf20399cd17b1d376701e4b1e3f053 (patch)
tree1fc58cff0c50c35fcedbdd2b96f296283746b5f7 /telepathy-farstream/content-priv.h
parent9de505068df17515f6a5e35bbd4ab10f8206cad7 (diff)
Implement the TfContent api on top of TfStream
Diffstat (limited to 'telepathy-farstream/content-priv.h')
-rw-r--r--telepathy-farstream/content-priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-farstream/content-priv.h b/telepathy-farstream/content-priv.h
index 3842bd427..bc642bf06 100644
--- a/telepathy-farstream/content-priv.h
+++ b/telepathy-farstream/content-priv.h
@@ -18,7 +18,7 @@ struct _TfContent {
struct _TfContentClass{
GObjectClass parent_class;
- void (*content_error) (TfContent *chan,
+ void (*content_error) (TfContent *content,
guint reason, /* TfFutureContentRemovalReason */
const gchar *detailed_reason,
const gchar *message);