aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.h
diff options
context:
space:
mode:
authorVeena Katiyar <veenakatiyar0509@gmail.com>2013-11-18 03:09:18 +0800
committerChandni Verma <chandniverma2112@gmail.com>2013-11-18 03:14:50 +0800
commit25b40bf1b21a7c73a5b87649e3fb3536d64d0a97 (patch)
tree912a738bd9151fc66d46de0035ed2793a9874a4f /libempathy-gtk/empathy-chat.h
parent8b783df8f293a93405b591522f5289006286f1f4 (diff)
downloadgsoc2013-empathy-25b40bf1b21a7c73a5b87649e3fb3536d64d0a97.tar
gsoc2013-empathy-25b40bf1b21a7c73a5b87649e3fb3536d64d0a97.tar.gz
gsoc2013-empathy-25b40bf1b21a7c73a5b87649e3fb3536d64d0a97.tar.bz2
gsoc2013-empathy-25b40bf1b21a7c73a5b87649e3fb3536d64d0a97.tar.lz
gsoc2013-empathy-25b40bf1b21a7c73a5b87649e3fb3536d64d0a97.tar.xz
gsoc2013-empathy-25b40bf1b21a7c73a5b87649e3fb3536d64d0a97.tar.zst
gsoc2013-empathy-25b40bf1b21a7c73a5b87649e3fb3536d64d0a97.zip
Insert smileys at the cursor position
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=685899
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r--libempathy-gtk/empathy-chat.h3
1 files changed, 3 insertions, 0 deletions
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