diff options
author | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-07-09 01:32:46 +0800 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-07-09 01:32:46 +0800 |
commit | b25b4632310c7fcd0c581383f77e2ce4664d79a7 (patch) | |
tree | 131a4a348d19b8a54c1497974343c13c475b9751 /libempathy/empathy-contact.h | |
parent | 7088b612fd49c15999f76340556d06faf24cf0a5 (diff) | |
download | gsoc2013-empathy-b25b4632310c7fcd0c581383f77e2ce4664d79a7.tar gsoc2013-empathy-b25b4632310c7fcd0c581383f77e2ce4664d79a7.tar.gz gsoc2013-empathy-b25b4632310c7fcd0c581383f77e2ce4664d79a7.tar.bz2 gsoc2013-empathy-b25b4632310c7fcd0c581383f77e2ce4664d79a7.tar.lz gsoc2013-empathy-b25b4632310c7fcd0c581383f77e2ce4664d79a7.tar.xz gsoc2013-empathy-b25b4632310c7fcd0c581383f77e2ce4664d79a7.tar.zst gsoc2013-empathy-b25b4632310c7fcd0c581383f77e2ce4664d79a7.zip |
Document empathy_avatar_save_to_file (Guillaume Desmottes)
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1210 4ee84921-47dd-4033-b63a-18d7a039a3e4
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 |