diff options
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index fe27a04c8..d556fd24e 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -134,6 +134,9 @@ EmpathyAvatar * empathy_avatar_new (guchar *dat EmpathyAvatar * empathy_avatar_ref (EmpathyAvatar *avatar); void empathy_avatar_unref (EmpathyAvatar *avatar); +gboolean empathy_avatar_save_to_file (EmpathyAvatar *self, + const gchar *filename, GError **error); + G_END_DECLS #endif /* __EMPATHY_CONTACT_H__ */ |