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 *.
This commit is contained in:
Matthias Clasen 2004-11-02 04:46:02 +00:00 committed by Matthias Clasen
parent f171eae2e6
commit b8f2678c86
6 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.h: Make gtkdoc-scan happy by removing spaces
between gchar and *.
2004-11-01 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c (g_lstat): Implement correctly also on Unix

View File

@ -1,3 +1,8 @@
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.h: Make gtkdoc-scan happy by removing spaces
between gchar and *.
2004-11-01 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c (g_lstat): Implement correctly also on Unix

View File

@ -1,3 +1,8 @@
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.h: Make gtkdoc-scan happy by removing spaces
between gchar and *.
2004-11-01 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c (g_lstat): Implement correctly also on Unix

View File

@ -1,3 +1,8 @@
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.h: Make gtkdoc-scan happy by removing spaces
between gchar and *.
2004-11-01 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c (g_lstat): Implement correctly also on Unix

View File

@ -1,3 +1,8 @@
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.h: Make gtkdoc-scan happy by removing spaces
between gchar and *.
2004-11-01 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c (g_lstat): Implement correctly also on Unix

View File

@ -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