aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-29 23:06:11 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 15:43:55 +0800
commit325786d466cc7a8b6eed06e52b9b5223ba5dc7fd (patch)
treeb7de4e4292e5f58cecc44583c7bda338f21ab4c9 /libempathy/empathy-tp-file.h
parente497426234daf06bded1096fee6596b1e367a018 (diff)
downloadgsoc2013-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.h3
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,