mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Fixes GB#530786: GFileMonitor 'changed' signal underdocumented
This commit is contained in:
parent
b4632e1c98
commit
51894b7dd0
@ -224,10 +224,16 @@ g_file_monitor_class_init (GFileMonitorClass *klass)
|
||||
* GFileMonitor::changed:
|
||||
* @monitor: a #GFileMonitor.
|
||||
* @file: a #GFile.
|
||||
* @other_file: a #GFile.
|
||||
* @other_file: a #GFile or #NULL.
|
||||
* @event_type: a #GFileMonitorEvent.
|
||||
*
|
||||
* Emitted when a file has been changed.
|
||||
* Emitted when @file has been changed.
|
||||
*
|
||||
* If using #G_FILE_MONITOR_SEND_MOVED flag and @event_type is
|
||||
* #G_FILE_MONITOR_SEND_MOVED, @file will be set to a #GFile containing the
|
||||
* old path, and @other_file will be set to a #GFile containing the new path.
|
||||
*
|
||||
* In all the other cases, @other_file will be set to #NULL.
|
||||
**/
|
||||
signals[CHANGED] =
|
||||
g_signal_new (I_("changed"),
|
||||
|
Loading…
Reference in New Issue
Block a user