Method
CamelSubscribablefolder_subscribed
since: 3.2
Declaration [src]
void
camel_subscribable_folder_subscribed (
CamelSubscribable* subscribable,
CamelFolderInfo* folder_info
)
Description [src]
Emits the CamelSubscribable::folder-subscribed signal from an idle source
on the main loop. The idle source’s priority is #G_PRIORITY_HIGH_IDLE.
This function is only intended for Camel providers.
Available since: 3.2
Parameters
folder_info-
Type:
CamelFolderInfoInformation about the subscribed folder.
The data is owned by the caller of the method.