diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:25:11 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:25:11 +0800 |
commit | 6bc969461080973c6878f0eb1973fd626f8a9663 (patch) | |
tree | eb19a2deef68ff22d8e0e074fa9888fe09937aa2 /libempathy/empathy-tp-file.h | |
parent | 6c7b2aa5c1581f9e40cfdc38f67fe7f479a745b5 (diff) | |
download | gsoc2013-empathy-6bc969461080973c6878f0eb1973fd626f8a9663.tar gsoc2013-empathy-6bc969461080973c6878f0eb1973fd626f8a9663.tar.gz gsoc2013-empathy-6bc969461080973c6878f0eb1973fd626f8a9663.tar.bz2 gsoc2013-empathy-6bc969461080973c6878f0eb1973fd626f8a9663.tar.lz gsoc2013-empathy-6bc969461080973c6878f0eb1973fd626f8a9663.tar.xz gsoc2013-empathy-6bc969461080973c6878f0eb1973fd626f8a9663.tar.zst gsoc2013-empathy-6bc969461080973c6878f0eb1973fd626f8a9663.zip |
Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file_channel_create_cb() to unref the object when the FT is done.
svn path=/trunk/; revision=1913
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r-- | libempathy/empathy-tp-file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index 4ea6650f8..3eb55a935 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -72,7 +72,6 @@ void empathy_tp_file_accept (EmpathyTpFile *tp_file, guint64 offset, void empathy_tp_file_cancel (EmpathyTpFile *tp_file); void empathy_tp_file_offer (EmpathyTpFile *tp_file, GFile *gfile, GError **error); -void empathy_tp_file_keep_alive (EmpathyTpFile *tp_file); guint64 empathy_tp_file_get_transferred_bytes (EmpathyTpFile *tp_file); EmpathyContact *empathy_tp_file_get_contact (EmpathyTpFile *tp_file); |