diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-01-31 14:34:21 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-27 15:11:27 +0200 |
commit | a93e738c107fc5b24c5055027c17559200734c23 (patch) | |
tree | 0448b4ba9f13f77f98c0dfea66ea814ec4795e84 /libempathy/empathy-ft-handler.h | |
parent | 32152c0067fea614d4aabd0a1f0f5bfa65216af1 (diff) |
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-handler.h')
-rw-r--r-- | libempathy/empathy-ft-handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-ft-handler.h b/libempathy/empathy-ft-handler.h index 7d415361..a4392b50 100644 --- a/libempathy/empathy-ft-handler.h +++ b/libempathy/empathy-ft-handler.h @@ -71,6 +71,7 @@ GType empathy_ft_handler_get_type (void); /* public methods */ void empathy_ft_handler_new_outgoing (EmpathyContact *contact, GFile *source, + gint64 action_time, EmpathyFTHandlerReadyCallback callback, gpointer user_data); |