summaryrefslogtreecommitdiff
path: root/telepathy-farstream/content.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-03-23 16:34:30 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-03-23 16:44:49 -0400
commitae8135a0ef7787144900a8b68f29921bd1588705 (patch)
tree0c49de7b1570f66d02218a48b9fd48778f503e81 /telepathy-farstream/content.h
parent3c21ac38683e1ab7ae460112d100f1b270d611cd (diff)
downloadtelepathy-farstream-ae8135a0ef7787144900a8b68f29921bd1588705.tar.gz
Use tf_content_error_literal instead of _printf
Diffstat (limited to 'telepathy-farstream/content.h')
-rw-r--r--telepathy-farstream/content.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-farstream/content.h b/telepathy-farstream/content.h
index 4ba0265..6ef63de 100644
--- a/telepathy-farstream/content.h
+++ b/telepathy-farstream/content.h
@@ -46,7 +46,7 @@ typedef struct _TfContentClass TfContentClass;
GType tf_content_get_type (void);
-void tf_content_error (TfContent *content,
+void tf_content_error_literal (TfContent *content,
guint reason, /* TfFutureContentRemovalReason */
const gchar *detailed_reason,
const gchar *message);
@@ -55,7 +55,7 @@ gboolean tf_content_set_codec_preferences (TfContent *content,
GList *codec_preferences,
GError **error);
-void tf_content_error_printf (TfContent *content,
+void tf_content_error (TfContent *content,
guint reason, /* TfFutureContentRemovalReason */
const gchar *detailed_reason,
const gchar *message, ...) G_GNUC_PRINTF (4, 5);