diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2009-03-31 10:11:59 +0800 |
---|---|---|
committer | Davyd Madeley <davyd@madeley.id.au> | 2009-03-31 10:11:59 +0800 |
commit | ff639d2c90c20abf0b8852dbdb3313900c4ff77a (patch) | |
tree | 23c9d7f2531959297776e83b947b889935f9901c /telepathy-glib/dbus.h | |
parent | c06977b78fd1d465bf2ded9c946a94205ba6405f (diff) | |
download | telepathy-glib-ff639d2c90c20abf0b8852dbdb3313900c4ff77a.tar.gz |
char -> gchar
Diffstat (limited to 'telepathy-glib/dbus.h')
-rw-r--r-- | telepathy-glib/dbus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/dbus.h b/telepathy-glib/dbus.h index 8b7096e77..540bb3899 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 |