diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-05-06 02:10:23 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:47:40 +0800 |
commit | 3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a (patch) | |
tree | 74173d5297fc4618fe0af8a4258605ff6439800a /libempathy/empathy-tp-file.c | |
parent | c7ea0ef05972116a5b29b50bad98f759cb641e4c (diff) | |
download | gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.tar gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.tar.gz gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.tar.bz2 gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.tar.lz gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.tar.xz gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.tar.zst gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.zip |
First cleanup after rebase
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r-- | libempathy/empathy-tp-file.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 03dfb7875..7fa4548c9 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -814,21 +814,3 @@ empathy_tp_file_cancel (EmpathyTpFile *tp_file) { close_channel_internal (tp_file, TRUE); } - -/** - * empathy_tp_file_is_ready: - * @tp_file: an #EmpathyTpFile - * - * Returns whether the file channel @tp_file is ready for use. - * - * @tp_file is classed as ready if its state is no longer - * %TP_FILE_TRANSFER_STATE_NONE, or if details about the remote - * contact have been fully received. - * - * Return value: %TRUE if @tp_file is ready for use - */ -gboolean -empathy_tp_file_is_ready (EmpathyTpFile *tp_file) -{ - close_channel_internal (tp_file, FALSE); -} |