]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-utils.h
Use pointless g* types for consistency
[empathy.git] / libempathy / empathy-utils.h
index 79d6ba3553c15d96fee4b94bde25d3d8e8141e7d..ac44535b80384d1c2c55021dbd8a160cb267ac8b 100644 (file)
@@ -117,7 +117,7 @@ gboolean empathy_folks_persona_is_interesting (FolksPersona *persona);
 
 gchar * empathy_get_x509_certificate_hostname (gnutls_x509_crt_t cert);
 
-char *empathy_format_currency (int amount, guint scale, const char *currency);
+gchar *empathy_format_currency (gint amount, guint scale, const gchar *currency);
 
 /* Copied from wocky/wocky-utils.h */