mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 09:28:54 +02:00
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:
@@ -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
|
||||
|
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user