diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-04 01:18:26 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:47:37 +0800 |
commit | 92da9df161cf8e104e783a943d40d7a248a18259 (patch) | |
tree | 32bfbacc8b9e60210385bcf1adfbd9b8cd3a49cb /libempathy/empathy-tp-file.h | |
parent | 6ce42b069142048084697f8def936c5d7e376101 (diff) | |
download | gsoc2013-empathy-92da9df161cf8e104e783a943d40d7a248a18259.tar gsoc2013-empathy-92da9df161cf8e104e783a943d40d7a248a18259.tar.gz gsoc2013-empathy-92da9df161cf8e104e783a943d40d7a248a18259.tar.bz2 gsoc2013-empathy-92da9df161cf8e104e783a943d40d7a248a18259.tar.lz gsoc2013-empathy-92da9df161cf8e104e783a943d40d7a248a18259.tar.xz gsoc2013-empathy-92da9df161cf8e104e783a943d40d7a248a18259.tar.zst gsoc2013-empathy-92da9df161cf8e104e783a943d40d7a248a18259.zip |
Set the "incoming" property at construct
Set the "incoming" property of EmpathyTpFile when we construct it from
EmpathyDispatchOperation.
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 3e9563776..db928e86f 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -71,7 +71,7 @@ GType empathy_tp_file_get_type (void) G_GNUC_CONST; /* public methods */ -EmpathyTpFile * empathy_tp_file_new (TpChannel *channel); +EmpathyTpFile * empathy_tp_file_new (TpChannel *channel, gboolean incoming); void empathy_tp_file_accept (EmpathyTpFile *tp_file, guint64 offset, |