From dd1dfc2d27d2480e0b2933117e57895ca2329f98 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 8 Jul 2008 17:32:41 +0000 Subject: add empathy_avatar_save_to_file (Guillaume Desmottes) svn path=/trunk/; revision=1209 --- libempathy/empathy-contact.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-contact.h') 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__ */ -- cgit v1.2.3