]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-smiley-manager.h
sort contacts by most recent event
[empathy.git] / libempathy-gtk / empathy-smiley-manager.h
index 99511e8bef238dd488f7f7a3aba25ddc640c40d2..b9e753bf689957316246ad989930912a37dbb1c7 100644 (file)
@@ -23,7 +23,6 @@
 #ifndef __EMPATHY_SMILEY_MANAGER__H__
 #define __EMPATHY_SMILEY_MANAGER_H__
 
-#include <glib-object.h>
 #include <gtk/gtk.h>
 
 G_BEGIN_DECLS
@@ -53,10 +52,10 @@ typedef struct {
 } EmpathySmiley;
 
 typedef struct {
-       GdkPixbuf   *pixbuf;
-       const gchar *path;
-       gint         start;
-       gint         end;
+       GdkPixbuf   *pixbuf; /* Pixbuf of the smiley */
+       const gchar *path;   /* Filename of the smiley image */
+       guint        start;  /* text[start:end] should be replaced by pixbuf */
+       guint        end;
 } EmpathySmileyHit;
 
 typedef void (*EmpathySmileyMenuFunc) (EmpathySmileyManager *manager,