diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:16:44 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:16:44 +0800 |
commit | 8bc264cf4de4ef01d6bf62fa85b7497279f7dac2 (patch) | |
tree | deede81ad9c06e7dc827281d668f48f7a96e426c /libempathy/empathy-tp-file.h | |
parent | 653e7b22a6962f8d7407de5165404b935f0be511 (diff) | |
download | gsoc2013-empathy-8bc264cf4de4ef01d6bf62fa85b7497279f7dac2.tar gsoc2013-empathy-8bc264cf4de4ef01d6bf62fa85b7497279f7dac2.tar.gz gsoc2013-empathy-8bc264cf4de4ef01d6bf62fa85b7497279f7dac2.tar.bz2 gsoc2013-empathy-8bc264cf4de4ef01d6bf62fa85b7497279f7dac2.tar.lz gsoc2013-empathy-8bc264cf4de4ef01d6bf62fa85b7497279f7dac2.tar.xz gsoc2013-empathy-8bc264cf4de4ef01d6bf62fa85b7497279f7dac2.tar.zst gsoc2013-empathy-8bc264cf4de4ef01d6bf62fa85b7497279f7dac2.zip |
Replaced the Direction channel property a more-private GObject incoming property. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1783
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r-- | libempathy/empathy-tp-file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index 008f3a95d..213948c93 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -74,7 +74,7 @@ EmpathyContact *empathy_tp_file_get_contact (EmpathyTpFile *tp_file); GInputStream *empathy_tp_file_get_input_stream (EmpathyTpFile *tp_file); GOutputStream *empathy_tp_file_get_output_stream (EmpathyTpFile *tp_file); const gchar *empathy_tp_file_get_filename (EmpathyTpFile *tp_file); -EmpFileTransferDirection empathy_tp_file_get_direction (EmpathyTpFile *tp_file); +gboolean empathy_tp_file_get_incoming (EmpathyTpFile *tp_file); EmpFileTransferState empathy_tp_file_get_state (EmpathyTpFile *tp_file); EmpFileTransferStateChangeReason empathy_tp_file_get_state_change_reason (EmpathyTpFile *tp_file); guint64 empathy_tp_file_get_size (EmpathyTpFile *tp_file); |