diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-09 01:32:46 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-09 01:32:46 +0800 |
commit | 581adbe38a0ae78610bd16a0ec06c84d5638b86e (patch) | |
tree | 131a4a348d19b8a54c1497974343c13c475b9751 /libempathy/empathy-contact.h | |
parent | dd1dfc2d27d2480e0b2933117e57895ca2329f98 (diff) | |
download | gsoc2013-empathy-581adbe38a0ae78610bd16a0ec06c84d5638b86e.tar gsoc2013-empathy-581adbe38a0ae78610bd16a0ec06c84d5638b86e.tar.gz gsoc2013-empathy-581adbe38a0ae78610bd16a0ec06c84d5638b86e.tar.bz2 gsoc2013-empathy-581adbe38a0ae78610bd16a0ec06c84d5638b86e.tar.lz gsoc2013-empathy-581adbe38a0ae78610bd16a0ec06c84d5638b86e.tar.xz gsoc2013-empathy-581adbe38a0ae78610bd16a0ec06c84d5638b86e.tar.zst gsoc2013-empathy-581adbe38a0ae78610bd16a0ec06c84d5638b86e.zip |
Document empathy_avatar_save_to_file (Guillaume Desmottes)
svn path=/trunk/; revision=1210
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index d556fd24e..987744811 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -134,7 +134,7 @@ 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, +gboolean empathy_avatar_save_to_file (EmpathyAvatar *avatar, const gchar *filename, GError **error); G_END_DECLS |