Method
CamelStoredup_opened_folders
since: 3.24
Declaration [src]
GPtrArray*
camel_store_dup_opened_folders (
CamelStore* store
)
Description [src]
Returns a GPtrArray of all the opened folders for the store. The caller owns
both the array and the folder references, so to free the array use:
g_ptr_array_foreach (array, (GFunc) g_object_unref, NULL);
g_ptr_array_free (array, TRUE);
Available since: 3.24