@accepts(utf8, utf8, gfloat, gint) @returns(gboolean) def get_status(text, progress_text, progress, time_left)
Retrieves transfer status information. Works similarly to rb_source_get_status.
text : |
returns the status bar text |
progress_text : |
returns the progress bar text |
progress : |
returns the progress fraction |
time_left : |
returns the estimated number of seconds remaining |
Returns : |
TRUE if transfer status information is returned |