From 25b40bf1b21a7c73a5b87649e3fb3536d64d0a97 Mon Sep 17 00:00:00 2001 From: Veena Katiyar Date: Mon, 18 Nov 2013 00:39:18 +0530 Subject: Insert smileys at the cursor position Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=685899 --- libempathy-gtk/empathy-chat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy-gtk/empathy-chat.h') diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h index 2a983622b..c73f5c1f9 100644 --- a/libempathy-gtk/empathy-chat.h +++ b/libempathy-gtk/empathy-chat.h @@ -33,6 +33,7 @@ #include "empathy-contact.h" #include "empathy-theme-adium.h" #include "empathy-tp-chat.h" +#include "empathy-smiley-manager.h" G_BEGIN_DECLS @@ -98,6 +99,8 @@ guint empathy_chat_get_n_messages_sending (EmpathyChat *self); gchar * empathy_chat_dup_text (EmpathyChat *self); void empathy_chat_set_text (EmpathyChat *self, const gchar *text); +void empathy_chat_insert_smiley (GtkTextBuffer *buffer, + EmpathySmiley *smiley); G_END_DECLS -- cgit v1.2.3