Class
FoundryDirectoryReaper
Description [src]
final class Foundry.DirectoryReaper : GObject.Object
{
/* No available fields */
}
Simplified interface for deleting files or directories recursively.
Signals
Foundry.DirectoryReaper::remove-file
The “remove-file” signal is emitted for each file that is removed by the
FoundryDirectoryReaper instance. This may be useful if you want to show the
user what was processed by the reaper.
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.