From: Matthias Clasen Date: Mon, 6 Jul 2009 02:35:55 +0000 (-0400) Subject: Move comment to the right place X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8de4be69a9013e3bce57c0a004e1eada4155f623;p=dana%2Fcg-glib.git Move comment to the right place --- diff --git a/gio/gvfs.h b/gio/gvfs.h index be0156f3..bacbe8b6 100644 --- a/gio/gvfs.h +++ b/gio/gvfs.h @@ -74,7 +74,6 @@ struct _GVfsClass const char *parse_name); /*< private >*/ - /* Padding for future expansion */ void (* local_file_add_info) (GVfs *vfs, const char *filename, guint64 device, @@ -96,6 +95,7 @@ struct _GVfsClass void (* local_file_moved) (GVfs *vfs, const char *source, const char *dest); + /* Padding for future expansion */ void (*_g_reserved1) (void); void (*_g_reserved2) (void); void (*_g_reserved3) (void);