mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
gio: add nullable annotation for 'g_file_monitor_emit_event'
Add the nullable annotation on the parameter 'other_file' and fix the description.
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
|
||||
|
Reference in New Issue
Block a user