diff options
-rw-r--r-- | libempathy/empathy-tp-file.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index a53bb23fe..1646e9358 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -1168,6 +1168,10 @@ empathy_tp_file_cancel (EmpathyTpFile *tp_file) * * 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 |