summaryrefslogtreecommitdiff
path: root/glib/gutils.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-02 04:46:02 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-02 04:46:02 +0000
commitb8f2678c869129ff2b4d50d9e024b11c76854cd4 (patch)
tree5b83defa4766621e4f3c492ed3fbfedd5123c582 /glib/gutils.h
parentf171eae2e690dcb79532a84876318f20906f1d65 (diff)
downloadglib-b8f2678c869129ff2b4d50d9e024b11c76854cd4.tar.gz
Make gtkdoc-scan happy by removing spaces between gchar and *.
2004-11-01 Matthias Clasen <mclasen@redhat.com> * glib/gutils.h: Make gtkdoc-scan happy by removing spaces between gchar and *.
Diffstat (limited to 'glib/gutils.h')
-rw-r--r--glib/gutils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/glib/gutils.h b/glib/gutils.h
index e3f141812..8c88cd807 100644
--- a/glib/gutils.h
+++ b/glib/gutils.h
@@ -131,10 +131,10 @@ void g_set_application_name (const gchar *application_name);
G_CONST_RETURN gchar* g_get_user_data_dir (void);
G_CONST_RETURN gchar* g_get_user_config_dir (void);
G_CONST_RETURN gchar* g_get_user_cache_dir (void);
-G_CONST_RETURN gchar * G_CONST_RETURN * g_get_system_data_dirs (void);
-G_CONST_RETURN gchar * G_CONST_RETURN * g_get_system_config_dirs (void);
+G_CONST_RETURN gchar* G_CONST_RETURN * g_get_system_data_dirs (void);
+G_CONST_RETURN gchar* G_CONST_RETURN * g_get_system_config_dirs (void);
-G_CONST_RETURN gchar * G_CONST_RETURN * g_get_language_names (void);
+G_CONST_RETURN gchar* G_CONST_RETURN * g_get_language_names (void);
typedef struct _GDebugKey GDebugKey;
struct _GDebugKey