aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat-view.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-14 12:21:17 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-14 12:21:35 +0800
commit1180b055b932a8f1a1a6b207093e81b412e62da2 (patch)
treeee561960f46252199ff32a468f506ace6dd3b689 /libempathy-gtk/empathy-chat-view.h
parent8b6c644661a69599a86a5957bcb559383fb857c1 (diff)
parent601297c0ea82f38432445a2dc4a211cbdb98e915 (diff)
downloadgsoc2013-empathy-1180b055b932a8f1a1a6b207093e81b412e62da2.tar
gsoc2013-empathy-1180b055b932a8f1a1a6b207093e81b412e62da2.tar.gz
gsoc2013-empathy-1180b055b932a8f1a1a6b207093e81b412e62da2.tar.bz2
gsoc2013-empathy-1180b055b932a8f1a1a6b207093e81b412e62da2.tar.lz
gsoc2013-empathy-1180b055b932a8f1a1a6b207093e81b412e62da2.tar.xz
gsoc2013-empathy-1180b055b932a8f1a1a6b207093e81b412e62da2.tar.zst
gsoc2013-empathy-1180b055b932a8f1a1a6b207093e81b412e62da2.zip
Merge branch: 'Add top-up link to chat text when there is insufficient credit'
Diffstat (limited to 'libempathy-gtk/empathy-chat-view.h')
-rw-r--r--libempathy-gtk/empathy-chat-view.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat-view.h b/libempathy-gtk/empathy-chat-view.h
index 1fa44450a..bc9e91761 100644
--- a/libempathy-gtk/empathy-chat-view.h
+++ b/libempathy-gtk/empathy-chat-view.h
@@ -46,6 +46,9 @@ struct _EmpathyChatViewIface {
EmpathyMessage *msg);
void (*append_event) (EmpathyChatView *view,
const gchar *str);
+ void (*append_event_markup) (EmpathyChatView *view,
+ const gchar *markup_text,
+ const gchar *fallback_text);
void (*edit_message) (EmpathyChatView *view,
EmpathyMessage *message);
void (*scroll) (EmpathyChatView *view,
@@ -81,6 +84,9 @@ void empathy_chat_view_append_message (EmpathyChatView *view,
EmpathyMessage *msg);
void empathy_chat_view_append_event (EmpathyChatView *view,
const gchar *str);
+void empathy_chat_view_append_event_markup (EmpathyChatView *view,
+ const gchar *markup_text,
+ const gchar *fallback_text);
void empathy_chat_view_edit_message (EmpathyChatView *view,
EmpathyMessage *message);
void empathy_chat_view_scroll (EmpathyChatView *view,