diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-29 23:06:11 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-11 15:43:55 +0800 |
commit | 325786d466cc7a8b6eed06e52b9b5223ba5dc7fd (patch) | |
tree | b7de4e4292e5f58cecc44583c7bda338f21ab4c9 /libempathy/empathy-tp-file.h | |
parent | e497426234daf06bded1096fee6596b1e367a018 (diff) | |
download | gsoc2013-empathy-325786d466cc7a8b6eed06e52b9b5223ba5dc7fd.tar gsoc2013-empathy-325786d466cc7a8b6eed06e52b9b5223ba5dc7fd.tar.gz gsoc2013-empathy-325786d466cc7a8b6eed06e52b9b5223ba5dc7fd.tar.bz2 gsoc2013-empathy-325786d466cc7a8b6eed06e52b9b5223ba5dc7fd.tar.lz gsoc2013-empathy-325786d466cc7a8b6eed06e52b9b5223ba5dc7fd.tar.xz gsoc2013-empathy-325786d466cc7a8b6eed06e52b9b5223ba5dc7fd.tar.zst gsoc2013-empathy-325786d466cc7a8b6eed06e52b9b5223ba5dc7fd.zip |
tp-file: no need to pass the incoming property during construction
We can infer it from the channel properties.
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r-- | libempathy/empathy-tp-file.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index b40b8c364..ad3af72ee 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -95,8 +95,7 @@ GType empathy_tp_file_get_type (void) G_GNUC_CONST; /* public methods */ -EmpathyTpFile * empathy_tp_file_new (TpChannel *channel, - gboolean incoming); +EmpathyTpFile * empathy_tp_file_new (TpChannel *channel); void empathy_tp_file_accept (EmpathyTpFile *tp_file, guint64 offset, |