mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 23:28:54 +02:00
Move comment to the right place
This commit is contained in:
@@ -74,7 +74,6 @@ struct _GVfsClass
|
|||||||
const char *parse_name);
|
const char *parse_name);
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
/* Padding for future expansion */
|
|
||||||
void (* local_file_add_info) (GVfs *vfs,
|
void (* local_file_add_info) (GVfs *vfs,
|
||||||
const char *filename,
|
const char *filename,
|
||||||
guint64 device,
|
guint64 device,
|
||||||
@@ -96,6 +95,7 @@ struct _GVfsClass
|
|||||||
void (* local_file_moved) (GVfs *vfs,
|
void (* local_file_moved) (GVfs *vfs,
|
||||||
const char *source,
|
const char *source,
|
||||||
const char *dest);
|
const char *dest);
|
||||||
|
/* Padding for future expansion */
|
||||||
void (*_g_reserved1) (void);
|
void (*_g_reserved1) (void);
|
||||||
void (*_g_reserved2) (void);
|
void (*_g_reserved2) (void);
|
||||||
void (*_g_reserved3) (void);
|
void (*_g_reserved3) (void);
|
||||||
|
|||||||
Reference in New Issue
Block a user