aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-05-06 02:10:23 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:47:40 +0800
commit3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a (patch)
tree74173d5297fc4618fe0af8a4258605ff6439800a /libempathy/empathy-tp-file.c
parentc7ea0ef05972116a5b29b50bad98f759cb641e4c (diff)
downloadgsoc2013-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.c18
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);
-}