[telepathy-glib/master] char -> gchar

Davyd Madeley davyd at madeley.id.au
Mon Mar 30 19:11:59 PDT 2009


---
 telepathy-glib/dbus.c |    2 +-
 telepathy-glib/dbus.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/telepathy-glib/dbus.c b/telepathy-glib/dbus.c
index 3ff84a9..6c9d847 100644
--- a/telepathy-glib/dbus.c
+++ b/telepathy-glib/dbus.c
@@ -2326,7 +2326,7 @@ tp_asv_get_strv (const GHashTable *asv,
 void
 tp_asv_set_strv (GHashTable *asv,
                  const gchar *key,
-                 char **value)
+                 gchar **value)
 {
   g_return_if_fail (asv != NULL);
   g_return_if_fail (key != NULL);
diff --git a/telepathy-glib/dbus.h b/telepathy-glib/dbus.h
index 8b7096e..540bb38 100644
--- a/telepathy-glib/dbus.h
+++ b/telepathy-glib/dbus.h
@@ -104,7 +104,7 @@ _tp_asv_size_inline (const GHashTable *asv)
   return g_hash_table_size /* */ ((GHashTable *) asv);
 }
 
-GHashTable *tp_asv_new (const char *first_key, ...);
+GHashTable *tp_asv_new (const gchar *first_key, ...);
 gboolean tp_asv_get_boolean (const GHashTable *asv, const gchar *key,
     gboolean *valid);
 void tp_asv_set_boolean (GHashTable *asv, const gchar *key, gboolean value);
@@ -139,7 +139,7 @@ const GValue *tp_asv_lookup (const GHashTable *asv, const gchar *key);
 const gchar * const *
 /* this comment stops gtkdoc denying that this function exists */
 tp_asv_get_strv (const GHashTable *asv, const gchar *key);
-void tp_asv_set_strv (GHashTable *asv, const gchar *key, char **value);
+void tp_asv_set_strv (GHashTable *asv, const gchar *key, gchar **value);
 void tp_asv_dump (GHashTable *asv);
 
 G_END_DECLS
-- 
1.5.6.5




More information about the telepathy-commits mailing list