folder_renamed
Description:
[
HasEmitter ]
public virtual signal void folder_renamed (
string old_name,
FolderInfo folder_info)
Emits the folder_renamed signal from an idle source on the main loop.
The idle source's priority is HIGH_IDLE.
This function is only intended for Camel providers.
Parameters:
old_name |
the old name of the folder
|
folder_info |
information about the renamed folder
|
store |
a Store
|