set_ignore_func


Description:

[ Version ( since = "3.28" ) ]
public void set_ignore_func (owned RecursiveIgnoreFunc ignore_func)

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

a RecursiveFileMonitor

ignore_func

a RecursiveIgnoreFunc

ignore_func_data

closure data for ignore_func

ignore_func_data_destroy

destroy notify for ignore_func_data