aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-02-18 03:07:06 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:46:05 +0800
commite5ac1f797a0e2f24f9a2412abf833dcdddf6998d (patch)
treed9a795af966434d25f677e55221296916d998a72 /libempathy/empathy-tp-file.h
parenta5440333ee18a3174acc2437e2ba1e30365b1bca (diff)
downloadgsoc2013-empathy-e5ac1f797a0e2f24f9a2412abf833dcdddf6998d.tar
gsoc2013-empathy-e5ac1f797a0e2f24f9a2412abf833dcdddf6998d.tar.gz
gsoc2013-empathy-e5ac1f797a0e2f24f9a2412abf833dcdddf6998d.tar.bz2
gsoc2013-empathy-e5ac1f797a0e2f24f9a2412abf833dcdddf6998d.tar.lz
gsoc2013-empathy-e5ac1f797a0e2f24f9a2412abf833dcdddf6998d.tar.xz
gsoc2013-empathy-e5ac1f797a0e2f24f9a2412abf833dcdddf6998d.tar.zst
gsoc2013-empathy-e5ac1f797a0e2f24f9a2412abf833dcdddf6998d.zip
Make libempathy compile with the new changes.
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r--libempathy/empathy-tp-file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h
index a1447f382..b6fb7ff3a 100644
--- a/libempathy/empathy-tp-file.h
+++ b/libempathy/empathy-tp-file.h
@@ -62,7 +62,6 @@ struct _EmpathyTpFileClass
typedef void (* EmpathyTpFileProgressCallback)
(EmpathyTpFile *tp_file,
guint64 current_bytes,
- guint64 total_bytes,
gpointer user_data);
typedef void (* EmpathyTpFileOperationCallback)
@@ -96,6 +95,8 @@ void empathy_tp_file_offer (EmpathyTpFile *tp_file,
void empathy_tp_file_cancel (EmpathyTpFile *tp_file);
void empathy_tp_file_close (EmpathyTpFile *tp_file);
+gboolean empathy_tp_file_is_incoming (EmpathyTpFile *tp_file);
+
guint empathy_tp_file_get_state (EmpathyTpFile *tp_file, guint *reason);
G_END_DECLS