set_ignore_func
Description:
Sets a callback function to determine if a File should be ignored from signal emission.
ignore_func
will always be called from the applications main thread.
If ignore_func
is null, it is set to the default which does not ignore any files or directories.
Parameters:
this | |
ignore_func | |
ignore_func_data |
closure data for |
ignore_func_data_destroy |
destroy notify for |