diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-02-16 07:23:59 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:17:00 +0800 |
commit | c019af59e75c99e173ae926689a494416cfa1162 (patch) | |
tree | 8e0c6def4ac946168f036dfe4f59336f17609991 /libempathy/empathy-tp-file.h | |
parent | 49241d6c1954be49c18277ae20f39c2daea4de02 (diff) | |
download | gsoc2013-empathy-c019af59e75c99e173ae926689a494416cfa1162.tar gsoc2013-empathy-c019af59e75c99e173ae926689a494416cfa1162.tar.gz gsoc2013-empathy-c019af59e75c99e173ae926689a494416cfa1162.tar.bz2 gsoc2013-empathy-c019af59e75c99e173ae926689a494416cfa1162.tar.lz gsoc2013-empathy-c019af59e75c99e173ae926689a494416cfa1162.tar.xz gsoc2013-empathy-c019af59e75c99e173ae926689a494416cfa1162.tar.zst gsoc2013-empathy-c019af59e75c99e173ae926689a494416cfa1162.zip |
Port EmpathyTpFile to new API and add a ready property
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r-- | libempathy/empathy-tp-file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index 42c54e4f0..5f239c8e0 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -81,6 +81,7 @@ guint64 empathy_tp_file_get_size (EmpathyTpFile *tp_file); guint64 empathy_tp_file_get_transferred_bytes (EmpathyTpFile *tp_file); gint empathy_tp_file_get_remaining_time (EmpathyTpFile *tp_file); const gchar *empathy_tp_file_get_content_type (EmpathyTpFile *tp_file); +gboolean empathy_tp_file_is_ready (EmpathyTpFile *tp_file); G_END_DECLS |