trim whitespace so gtk-doc groks the function name
authorBenjamin Otte <otte@gnome.org>
Wed, 12 Mar 2008 16:45:43 +0000 (16:45 +0000)
committerBenjamin Otte <otte@src.gnome.org>
Wed, 12 Mar 2008 16:45:43 +0000 (16:45 +0000)
2008-03-12  Benjamin Otte  <otte@gnome.org>

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

svn path=/trunk/; revision=6695

gio/ChangeLog
gio/gvfs.h

index ccc58ee..9b324eb 100644 (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,
index 9c51346..9b8581f 100644 (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);