diff options
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index 16b50e500..b32971a3f 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -117,10 +117,10 @@ gboolean empathy_contact_can_do_action (EmpathyContact *self, #define EMPATHY_TYPE_AVATAR (empathy_avatar_get_type ()) GType empathy_avatar_get_type (void) G_GNUC_CONST; -EmpathyAvatar * empathy_avatar_new (guchar *data, +EmpathyAvatar * empathy_avatar_new (const guchar *data, gsize len, - gchar *format, - gchar *filename); + const gchar *format, + const gchar *filename); EmpathyAvatar * empathy_avatar_ref (EmpathyAvatar *avatar); void empathy_avatar_unref (EmpathyAvatar *avatar); |