summaryrefslogtreecommitdiff
path: root/telepathy-farstream/content.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-03-12 00:42:05 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-03-23 16:44:48 -0400
commit08c8b46511fb0d7566318918d39ac8d8ca07eb19 (patch)
tree89c9bf895e77c7fbf0b66780e1bf3cf9035a8616 /telepathy-farstream/content.h
parent1dc12caf46a72d2d9fb82e131188c19fc27a6747 (diff)
downloadtelepathy-farstream-08c8b46511fb0d7566318918d39ac8d8ca07eb19.tar.gz
Move the printf content error function to the base class
Diffstat (limited to 'telepathy-farstream/content.h')
-rw-r--r--telepathy-farstream/content.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-farstream/content.h b/telepathy-farstream/content.h
index bbe6966..4ba0265 100644
--- a/telepathy-farstream/content.h
+++ b/telepathy-farstream/content.h
@@ -55,6 +55,10 @@ gboolean tf_content_set_codec_preferences (TfContent *content,
GList *codec_preferences,
GError **error);
+void tf_content_error_printf (TfContent *content,
+ guint reason, /* TfFutureContentRemovalReason */
+ const gchar *detailed_reason,
+ const gchar *message, ...) G_GNUC_PRINTF (4, 5);
G_END_DECLS