aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-factory.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-05-16 00:15:36 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:53:17 +0800
commit69765b1425c0ab80df655df5a5e7a96b707beee6 (patch)
tree3ea9bea85bc1d9f28ac65f5e42a291f24eca0efe /libempathy/empathy-ft-factory.c
parent0caac94000e5681e22e0938af94ed5ed4d3d206b (diff)
downloadgsoc2013-empathy-69765b1425c0ab80df655df5a5e7a96b707beee6.tar
gsoc2013-empathy-69765b1425c0ab80df655df5a5e7a96b707beee6.tar.gz
gsoc2013-empathy-69765b1425c0ab80df655df5a5e7a96b707beee6.tar.bz2
gsoc2013-empathy-69765b1425c0ab80df655df5a5e7a96b707beee6.tar.lz
gsoc2013-empathy-69765b1425c0ab80df655df5a5e7a96b707beee6.tar.xz
gsoc2013-empathy-69765b1425c0ab80df655df5a5e7a96b707beee6.tar.zst
gsoc2013-empathy-69765b1425c0ab80df655df5a5e7a96b707beee6.zip
Adapt the code to the tp style.
Diffstat (limited to 'libempathy/empathy-ft-factory.c')
-rw-r--r--libempathy/empathy-ft-factory.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/libempathy/empathy-ft-factory.c b/libempathy/empathy-ft-factory.c
index 97fe6022b..89ee446fd 100644
--- a/libempathy/empathy-ft-factory.c
+++ b/libempathy/empathy-ft-factory.c
@@ -43,8 +43,8 @@ static guint signals[LAST_SIGNAL] = { 0 };
static GObject *
do_constructor (GType type,
- guint n_props,
- GObjectConstructParam *props)
+ guint n_props,
+ GObjectConstructParam *props)
{
GObject *retval;
@@ -93,8 +93,8 @@ empathy_ft_factory_init (EmpathyFTFactory *self)
static void
ft_handler_outgoing_ready_cb (EmpathyFTHandler *handler,
- GError *error,
- gpointer user_data)
+ GError *error,
+ gpointer user_data)
{
EmpathyFTFactory *factory = user_data;
@@ -103,8 +103,8 @@ ft_handler_outgoing_ready_cb (EmpathyFTHandler *handler,
static void
ft_handler_incoming_ready_cb (EmpathyFTHandler *handler,
- GError *error,
- gpointer user_data)
+ GError *error,
+ gpointer user_data)
{
EmpathyFTFactory *factory = user_data;
@@ -121,9 +121,9 @@ 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,
+ gboolean use_hash)
{
g_return_if_fail (EMPATHY_IS_FT_FACTORY (factory));
g_return_if_fail (EMPATHY_IS_CONTACT (contact));
@@ -135,7 +135,7 @@ empathy_ft_factory_new_transfer_outgoing (EmpathyFTFactory *factory,
void
empathy_ft_factory_claim_channel (EmpathyFTFactory *factory,
- EmpathyDispatchOperation *operation)
+ EmpathyDispatchOperation *operation)
{
EmpathyTpFile *tp_file;
@@ -153,11 +153,11 @@ empathy_ft_factory_claim_channel (EmpathyFTFactory *factory,
}
void
-empathy_ft_factory_set_destination_for_incoming_handler
- (EmpathyFTFactory *factory,
- EmpathyFTHandler *handler,
- GFile *destination,
- gboolean use_hash)
+empathy_ft_factory_set_destination_for_incoming_handler (
+ EmpathyFTFactory *factory,
+ EmpathyFTHandler *handler,
+ GFile *destination,
+ gboolean use_hash)
{
g_return_if_fail (EMPATHY_IS_FT_FACTORY (factory));
g_return_if_fail (EMPATHY_IS_FT_HANDLER (handler));