mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-08 23:13:12 +02: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.
|
* 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),
|
* the information is available (and if supported by the backend),
|
||||||
* @event_type may be %G_FILE_MONITOR_EVENT_RENAMED,
|
* @event_type may be %G_FILE_MONITOR_EVENT_RENAMED,
|
||||||
* %G_FILE_MONITOR_EVENT_MOVED_IN or %G_FILE_MONITOR_EVENT_MOVED_OUT.
|
* %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_DELETED, with extra information.
|
||||||
* %G_FILE_MONITOR_EVENT_RENAMED is equivalent to a delete/create
|
* %G_FILE_MONITOR_EVENT_RENAMED is equivalent to a delete/create
|
||||||
* pair. This is exactly how the events will be reported in the case
|
* 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
|
* 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
|
* #G_FILE_MONITOR_EVENT_MOVED, @file will be set to a #GFile containing the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user