diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-04 07:50:03 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:47:38 +0800 |
commit | 1f239a9cb9595292b71fc0336e5d0055c5b81860 (patch) | |
tree | 4fcf245d1b8a6823f23dab13e1c665a91ea9f2ad /libempathy/empathy-tp-file.h | |
parent | 059082374fc8d1cda07486e5e3eb9546a1739811 (diff) | |
download | gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.tar gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.tar.gz gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.tar.bz2 gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.tar.lz gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.tar.xz gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.tar.zst gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.zip |
Total FileTransfer draft spec exorcism
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r-- | libempathy/empathy-tp-file.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index db928e86f..04da254c1 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -28,8 +28,6 @@ #include <gio/gio.h> #include <glib.h> -#include "extensions/extensions.h" - #include <telepathy-glib/channel.h> G_BEGIN_DECLS @@ -95,7 +93,7 @@ void empathy_tp_file_close (EmpathyTpFile *tp_file); gboolean empathy_tp_file_is_incoming (EmpathyTpFile *tp_file); -EmpFileTransferState empathy_tp_file_get_state (EmpathyTpFile *tp_file, guint *reason); +TpFileTransferState empathy_tp_file_get_state (EmpathyTpFile *tp_file, guint *reason); G_END_DECLS |