RecursiveFileMonitor.setIgnoreFunc

Sets a callback function to determine if a #GFile 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.

class RecursiveFileMonitor
void
setIgnoreFunc
(
DzlRecursiveIgnoreFunc ignoreFunc
,,
GDestroyNotify ignoreFuncDataDestroy
)

Parameters

ignoreFunc
Type: DzlRecursiveIgnoreFunc

a #DzlRecursiveIgnoreFunc

ignoreFuncData
Type: void*

closure data for @ignore_func

ignoreFuncDataDestroy
Type: GDestroyNotify

destroy notify for @ignore_func_data

Meta

Since

3.28