diff options
Diffstat (limited to 'libempathy-gtk/empathy-smiley-manager.h')
-rw-r--r-- | libempathy-gtk/empathy-smiley-manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-smiley-manager.h b/libempathy-gtk/empathy-smiley-manager.h index 99511e8be..f15dbc468 100644 --- a/libempathy-gtk/empathy-smiley-manager.h +++ b/libempathy-gtk/empathy-smiley-manager.h @@ -53,9 +53,9 @@ typedef struct { } EmpathySmiley; typedef struct { - GdkPixbuf *pixbuf; - const gchar *path; - gint start; + GdkPixbuf *pixbuf; /* Pixbuf of the smiley */ + const gchar *path; /* Filename of the smiley image */ + gint start; /* text[start:end] should be replaced by pixbuf */ gint end; } EmpathySmileyHit; |