diff options
author | Benjamin Otte <otte@gnome.org> | 2008-03-12 16:45:43 +0000 |
---|---|---|
committer | Benjamin Otte <otte@src.gnome.org> | 2008-03-12 16:45:43 +0000 |
commit | f2e20e5b2cead2058789ff90a454ed05368f30ee (patch) | |
tree | a0a8714cefad4ce909e83d9d6167aacdcce8e167 /gio/gvfs.h | |
parent | ed26bc056af728e891f221136b08eccf025c63ea (diff) | |
download | glib-f2e20e5b2cead2058789ff90a454ed05368f30ee.tar.gz |
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
Diffstat (limited to 'gio/gvfs.h')
-rw-r--r-- | gio/gvfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gvfs.h b/gio/gvfs.h index 9c5134686..9b8581ffe 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); |