mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
GFileMonitor: Fix doc typos
This commit is contained in:
parent
d2c809d233
commit
4586434346
@ -149,7 +149,7 @@ g_file_monitor_class_init (GFileMonitorClass *klass)
|
||||
*
|
||||
* Emitted when @file has been changed.
|
||||
*
|
||||
* If using %G_FILE_MONITOR_WATCH_RENAMES on a directory monitor, and
|
||||
* If using %G_FILE_MONITOR_WATCH_MOVES on a directory monitor, and
|
||||
* the information is available (and if supported by the backend),
|
||||
* @event_type may be %G_FILE_MONITOR_EVENT_RENAMED,
|
||||
* %G_FILE_MONITOR_EVENT_MOVED_IN or %G_FILE_MONITOR_EVENT_MOVED_OUT.
|
||||
@ -168,7 +168,7 @@ g_file_monitor_class_init (GFileMonitorClass *klass)
|
||||
* %G_FILE_MONITOR_EVENT_DELETED, with extra information.
|
||||
* %G_FILE_MONITOR_EVENT_RENAMED is equivalent to a delete/create
|
||||
* pair. This is exactly how the events will be reported in the case
|
||||
* that the %G_FILE_MONITOR_WATCH_RENAMES flag is not in use.
|
||||
* that the %G_FILE_MONITOR_WATCH_MOVES flag is not in use.
|
||||
*
|
||||
* If using the deprecated flag %G_FILE_MONITOR_SEND_MOVED flag and @event_type is
|
||||
* #G_FILE_MONITOR_EVENT_MOVED, @file will be set to a #GFile containing the
|
||||
|
Loading…
Reference in New Issue
Block a user