dup_opened_folders
Description:
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. |