mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 16:33:40 +02:00
GLocalFileMonitor: Support for GFileMonitorFlags
Evaluate and remember GFileMonitorFlags. This is a part of move event support for fs-monitoring (bug #547890).
This commit is contained in:
@@ -43,6 +43,7 @@ struct _GLocalFileMonitor
|
||||
GFileMonitor parent_instance;
|
||||
|
||||
gchar *filename;
|
||||
GFileMonitorFlags flags;
|
||||
};
|
||||
|
||||
struct _GLocalFileMonitorClass
|
||||
|
Reference in New Issue
Block a user