mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
GLocalDirectoryMonitor: Improve struct packing
This commit is contained in:
parent
a2094d5e56
commit
3f7912f142
@ -47,8 +47,8 @@ struct _GLocalDirectoryMonitor
|
|||||||
gchar *dirname;
|
gchar *dirname;
|
||||||
GFileMonitorFlags flags;
|
GFileMonitorFlags flags;
|
||||||
/* For mount emulation */
|
/* For mount emulation */
|
||||||
GUnixMountMonitor *mount_monitor;
|
|
||||||
gboolean was_mounted;
|
gboolean was_mounted;
|
||||||
|
GUnixMountMonitor *mount_monitor;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GLocalDirectoryMonitorClass
|
struct _GLocalDirectoryMonitorClass
|
||||||
|
Loading…
Reference in New Issue
Block a user