[empathy: 89/148] Use gchar* instead of char* for allocated retvals



commit 78fac00f23704f8233c79c7b79ee0c7a8e133c2d
Author: Cosimo Cecchi <cosimo cecchi collabora co uk>
Date:   Fri May 15 18:36:24 2009 +0200

    Use gchar* instead of char* for allocated retvals
---
 src/empathy-ft-manager.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/empathy-ft-manager.c b/src/empathy-ft-manager.c
index af577d9..c88dc85 100644
--- a/src/empathy-ft-manager.c
+++ b/src/empathy-ft-manager.c
@@ -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)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]