diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:18:01 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:18:01 +0800 |
commit | 2885452639d3eb70aac6392e63526babe9c0766a (patch) | |
tree | ebe71909100b86f0cfc667a3dc85c47e47a420d5 /libempathy/empathy-tp-file.h | |
parent | efbf766fa6201b6157e2c905f50add0684ed124e (diff) | |
download | gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.tar gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.tar.gz gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.tar.bz2 gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.tar.lz gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.tar.xz gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.tar.zst gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.zip |
Removed account property of EmpathyTpFile as it's only actually used once and easy obtainable. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1803
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 21007291d..c8565033f 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -67,7 +67,7 @@ struct _EmpathyTpFileClass GType empathy_tp_file_get_type (void) G_GNUC_CONST; -EmpathyTpFile *empathy_tp_file_new (McAccount *account, TpChannel *channel); +EmpathyTpFile *empathy_tp_file_new (TpChannel *channel); TpChannel *empathy_tp_file_get_channel (EmpathyTpFile *tp_file); void empathy_tp_file_accept (EmpathyTpFile *tp_file, guint64 offset); |