diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-31 21:34:21 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-27 21:11:27 +0800 |
commit | a93e738c107fc5b24c5055027c17559200734c23 (patch) | |
tree | 0448b4ba9f13f77f98c0dfea66ea814ec4795e84 /libempathy/empathy-ft-factory.h | |
parent | 32152c0067fea614d4aabd0a1f0f5bfa65216af1 (diff) | |
download | gsoc2013-empathy-a93e738c107fc5b24c5055027c17559200734c23.tar.gz gsoc2013-empathy-a93e738c107fc5b24c5055027c17559200734c23.tar.zst gsoc2013-empathy-a93e738c107fc5b24c5055027c17559200734c23.zip |
pass to proper user action time when requesting an outgoing FT
https://bugzilla.gnome.org/show_bug.cgi?id=658245
Diffstat (limited to 'libempathy/empathy-ft-factory.h')
-rw-r--r-- | libempathy/empathy-ft-factory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-ft-factory.h b/libempathy/empathy-ft-factory.h index f59ecc44c..dcbffe1e1 100644 --- a/libempathy/empathy-ft-factory.h +++ b/libempathy/empathy-ft-factory.h @@ -62,7 +62,8 @@ GType empathy_ft_factory_get_type (void); EmpathyFTFactory* empathy_ft_factory_dup_singleton (void); void empathy_ft_factory_new_transfer_outgoing (EmpathyFTFactory *factory, EmpathyContact *contact, - GFile *source); + GFile *source, + gint64 user_action_time); void empathy_ft_factory_set_destination_for_incoming_handler ( EmpathyFTFactory *factory, EmpathyFTHandler *handler, |