Extracted from Pike v8.0 release 358 as of 2016-11-23.
   

Method Filesystem.Monitor.basic()->Monitor()->call_callback()


Method call_callback

protected void call_callback(function(string, Stdio.Stat|void:void) cb, string path, Stdio.Stat|void st)

Description

Call a notification callback.

Parameter cb

Callback to call or UNDEFINED for no operation.

Parameter path

Path to notify on.

Parameter st

Stat for the path.