]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-file.h
Replaced the Direction channel property a more-private GObject incoming property...
[empathy.git] / libempathy / empathy-tp-file.h
index 008f3a95d888a5090cebe90d3599678b7169b1ac..213948c933d367eb77be56fe7edf344aabaab005 100644 (file)
@@ -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);