Dazzle.DirectoryReaper¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Name |
Short Description |
---|---|
The “remove-file” signal is emitted for each file that is removed by the |
Fields¶
- Inherited:
Class Details¶
- class Dazzle.DirectoryReaper(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- execute(cancellable)¶
- Parameters:
cancellable (
Gio.Cancellable
orNone
) –- Raises:
- Return type:
- execute_async(cancellable, callback, *user_data)¶
- Parameters:
cancellable (
Gio.Cancellable
orNone
) –callback (
Gio.AsyncReadyCallback
orNone
) –
- execute_finish(result)¶
- Parameters:
result (
Gio.AsyncResult
) –- Raises:
- Return type:
Signal Details¶
- Dazzle.DirectoryReaper.signals.remove_file(directory_reaper, file)¶
- Signal Name:
remove-file
- Flags:
- Parameters:
directory_reaper (
Dazzle.DirectoryReaper
) – The object which received the signal
The “remove-file” signal is emitted for each file that is removed by the
Dazzle.DirectoryReaper
instance. This may be useful if you want to show the user what was processed by the reaper.New in version 3.32.