From: Benjamin Otte Date: Wed, 12 Mar 2008 16:45:43 +0000 (+0000) Subject: trim whitespace so gtk-doc groks the function name X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f2e20e5b2cead2058789ff90a454ed05368f30ee;p=dana%2Fcg-glib.git trim whitespace so gtk-doc groks the function name 2008-03-12 Benjamin Otte * gvfs.h: trim whitespace so gtk-doc groks the function name svn path=/trunk/; revision=6695 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index ccc58ee6..9b324eb6 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-03-12 Benjamin Otte + + * gvfs.h: + trim whitespace so gtk-doc groks the function name + 2008-03-12 Tor Lillqvist * glocalfile.c (_g_local_file_has_trash_dir): Implement as empty, diff --git a/gio/gvfs.h b/gio/gvfs.h index 9c513468..9b8581ff 100644 --- a/gio/gvfs.h +++ b/gio/gvfs.h @@ -99,7 +99,7 @@ GFile * g_vfs_get_file_for_path (GVfs *vfs, const char *path); GFile * g_vfs_get_file_for_uri (GVfs *vfs, const char *uri); -const gchar * const * g_vfs_get_supported_uri_schemes (GVfs *vfs); +const gchar* const * g_vfs_get_supported_uri_schemes (GVfs *vfs); GFile * g_vfs_parse_name (GVfs *vfs, const char *parse_name);