From f2e20e5b2cead2058789ff90a454ed05368f30ee Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 12 Mar 2008 16:45:43 +0000 Subject: [PATCH] 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 --- gio/ChangeLog | 5 +++++ gio/gvfs.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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); -- 2.34.1