]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-ft-factory.h
Updated Basque language
[empathy.git] / libempathy / empathy-ft-factory.h
index 18310bd2ddcf2566a112cdc5ff1a3bb02536cf06..cffb73301d14e735df0fe333e71e8e777d45078e 100644 (file)
@@ -35,15 +35,18 @@ G_BEGIN_DECLS
 
 #define EMPATHY_TYPE_FT_FACTORY empathy_ft_factory_get_type()
 #define EMPATHY_FT_FACTORY(obj) \
-  (G_TYPE_CHECK_INSTANCE_CAST ((obj), EMPATHY_TYPE_FT_FACTORY, EmpathyFTFactory))
+  (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
+   EMPATHY_TYPE_FT_FACTORY, EmpathyFTFactory))
 #define EMPATHY_FT_FACTORY_CLASS(klass) \
-  (G_TYPE_CHECK_CLASS_CAST ((klass), EMPATHY_TYPE_FT_FACTORY, EmpathyFTFactoryClass))
+  (G_TYPE_CHECK_CLASS_CAST ((klass), \
+   EMPATHY_TYPE_FT_FACTORY, EmpathyFTFactoryClass))
 #define EMPATHY_IS_FT_FACTORY(obj) \
   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EMPATHY_TYPE_FT_FACTORY))
 #define EMPATHY_IS_FT_FACTORY_CLASS(klass) \
   (G_TYPE_CHECK_CLASS_TYPE ((klass), EMPATHY_TYPE_FT_FACTORY))
 #define EMPATHY_FT_FACTORY_GET_CLASS(obj) \
-  (G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_FT_FACTORY, EmpathyFTFactoryClass))
+  (G_TYPE_INSTANCE_GET_CLASS ((obj), \
+   EMPATHY_TYPE_FT_FACTORY, EmpathyFTFactoryClass))
 
 typedef struct {
   GObject parent;
@@ -59,12 +62,14 @@ GType empathy_ft_factory_get_type (void);
 /* public methods */
 EmpathyFTFactory* empathy_ft_factory_dup_singleton (void);
 void empathy_ft_factory_new_transfer_outgoing (EmpathyFTFactory *factory,
-  EmpathyContact *contact, GFile *source, gboolean use_hash);
+    EmpathyContact *contact,
+    GFile *source);
 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);
+    EmpathyDispatchOperation *operation);
+void empathy_ft_factory_set_destination_for_incoming_handler (
+    EmpathyFTFactory *factory,
+    EmpathyFTHandler *handler,
+    GFile *destination);
 
 G_END_DECLS