trim whitespace so gtk-doc groks the function name

2008-03-12  Benjamin Otte  <otte@gnome.org>

	* gvfs.h:
	trim whitespace so gtk-doc groks the function name


svn path=/trunk/; revision=6695
This commit is contained in:
Benjamin Otte 2008-03-12 16:45:43 +00:00 committed by Benjamin Otte
parent ed26bc056a
commit f2e20e5b2c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-03-12 Benjamin Otte <otte@gnome.org>
* gvfs.h:
trim whitespace so gtk-doc groks the function name
2008-03-12 Tor Lillqvist <tml@novell.com>
* glocalfile.c (_g_local_file_has_trash_dir): Implement as empty,

View File

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