From 872178334e6171c60b5bcf1cede7ae5a36645da1 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 13 May 2009 15:02:16 +0200 Subject: Add use_hash params for incoming transfers Add use_hash params for incoming transfers to the FT Factory and Handler, so that we will use them to check hash for received files. --- libempathy/empathy-ft-factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-ft-factory.h') diff --git a/libempathy/empathy-ft-factory.h b/libempathy/empathy-ft-factory.h index 18310bd2d..82dcb660b 100644 --- a/libempathy/empathy-ft-factory.h +++ b/libempathy/empathy-ft-factory.h @@ -64,7 +64,7 @@ void empathy_ft_factory_claim_channel (EmpathyFTFactory *factory, EmpathyDispatchOperation *operation); void empathy_ft_factory_set_destination_for_incoming_handler (EmpathyFTFactory *factory, EmpathyFTHandler *handler, - GFile *destination); + GFile *destination, gboolean use_hash); G_END_DECLS -- cgit v1.2.3