Fixes GB#530786: GFileMonitor 'changed' signal underdocumented

This commit is contained in:
Aleksander Morgado 2010-11-25 18:38:33 +01:00 committed by Matthias Clasen
parent b4632e1c98
commit 51894b7dd0

View File

@ -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"),