dup_opened_folders


Description:

[ Version ( since = "3.24" ) ]
public GenericArray<Folder> dup_opened_folders ()

Returns a GenericArray of all the opened folders for the this.

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);

Parameters:

this

a Store

Returns:

an array with all currently opened folders for the this.