summaryrefslogtreecommitdiff
path: root/telepathy-farstream/content.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-11-08 18:03:02 -0500
committerXavier Claessens <xclaesse@gmail.com>2011-11-28 16:08:13 +0100
commita4d0638f123d2752e56174632f89bd1a62087665 (patch)
tree1035b360a612f5cce969d0ef6d518fea4092115b /telepathy-farstream/content.h
parent7ee4b200763bbdab315fa796e31c8c7e9bf8774d (diff)
downloadtelepathy-farstream-a4d0638f123d2752e56174632f89bd1a62087665.tar.gz
Simplify tf_content_error by removing useless parameters
Diffstat (limited to 'telepathy-farstream/content.h')
-rw-r--r--telepathy-farstream/content.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/telepathy-farstream/content.h b/telepathy-farstream/content.h
index 0b38a99..aabfdff 100644
--- a/telepathy-farstream/content.h
+++ b/telepathy-farstream/content.h
@@ -48,14 +48,10 @@ typedef struct _TfContentClass TfContentClass;
GType tf_content_get_type (void);
void tf_content_error_literal (TfContent *content,
- TpCallStateChangeReason reason,
- const gchar *detailed_reason,
const gchar *message);
void tf_content_error (TfContent *content,
- TpCallStateChangeReason reason,
- const gchar *detailed_reason,
- const gchar *message_format, ...) G_GNUC_PRINTF (4, 5);
+ const gchar *message_format, ...) G_GNUC_PRINTF (2, 3);
GstIterator *tf_content_iterate_src_pads (TfContent *content,
guint *handles, guint handle_count);