diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:15:54 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:15:54 +0800 |
commit | 0483582ca09b1999059fcb42904f7331f4e371ab (patch) | |
tree | c663ce0ca821c10b6d1158ed83a921f1650179aa /libempathy/empathy-utils.h | |
parent | c9c339eddb7800ff88f00dbad95849cea3f56b97 (diff) | |
download | gsoc2013-empathy-0483582ca09b1999059fcb42904f7331f4e371ab.tar gsoc2013-empathy-0483582ca09b1999059fcb42904f7331f4e371ab.tar.gz gsoc2013-empathy-0483582ca09b1999059fcb42904f7331f4e371ab.tar.bz2 gsoc2013-empathy-0483582ca09b1999059fcb42904f7331f4e371ab.tar.lz gsoc2013-empathy-0483582ca09b1999059fcb42904f7331f4e371ab.tar.xz gsoc2013-empathy-0483582ca09b1999059fcb42904f7331f4e371ab.tar.zst gsoc2013-empathy-0483582ca09b1999059fcb42904f7331f4e371ab.zip |
Converted sources to Collabora coding style. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1770
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 7059f6330..fe2acfee5 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -129,6 +129,11 @@ EmpathyFile * empathy_send_file_from_stream (EmpathyContact *contact, guint64 size); EmpathyFile * empathy_send_file (EmpathyContact *contact, GFile *file); +/* File transfer */ +EmpathyFile *empathy_send_file (EmpathyContact *contact, + GFile *file); + +/* General */ void empathy_init (void); G_END_DECLS |