Merge branch 'gio_file_vfs_annotations' into 'main'

gio: add annotations on parameters of 'g_file_monitor_emit_event' and of 'g_vfs_get_file_for_path'

See merge request GNOME/glib!4644
This commit is contained in:
Philip Withnall
2025-05-21 22:52:39 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -280,7 +280,7 @@ g_file_monitor_set_rate_limit (GFileMonitor *monitor,
* g_file_monitor_emit_event:
* @monitor: a #GFileMonitor.
* @child: a #GFile.
* @other_file: a #GFile.
* @other_file: (nullable): a #GFile, or %NULL.
* @event_type: a set of #GFileMonitorEvent flags.
*
* Emits the #GFileMonitor::changed signal if a change

View File

@@ -144,7 +144,7 @@ g_vfs_is_active (GVfs *vfs)
/**
* g_vfs_get_file_for_path:
* @vfs: a #GVfs.
* @path: a string containing a VFS path.
* @path: (type filename): a string containing a VFS path.
*
* Gets a #GFile for @path.
*