]> git.0d.be Git - empathy.git/commitdiff
Use gchar* instead of char* for allocated retvals
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Fri, 15 May 2009 16:36:24 +0000 (18:36 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:53:18 +0000 (17:53 +0200)
src/empathy-ft-manager.c

index af577d98a2009a478ffe7569a1e258f7b4200c61..c88dc85716bd97742de04453c4ca459fdfebb588 100644 (file)
@@ -271,7 +271,7 @@ remove_finished_transfer_foreach (gpointer key,
   return FALSE;
 }
 
-static char *
+static gchar *
 ft_manager_format_progress_bytes_and_percentage (guint64 current,
                                                  guint64 total,
                                                  gdouble speed,
@@ -307,7 +307,7 @@ ft_manager_format_progress_bytes_and_percentage (guint64 current,
   return retval;
 }
 
-static char *
+static gchar *
 ft_manager_format_contact_info (EmpathyFTHandler *handler)
 {
   gboolean incoming;
@@ -331,7 +331,7 @@ ft_manager_format_contact_info (EmpathyFTHandler *handler)
   return retval;
 }
 
-static char *
+static gchar *
 ft_manager_format_error_message (EmpathyFTHandler *handler,
                                  const GError *error)
 {