dup_downsync_folders
Description:
Returns a GenericArray of Folder objects which should be checked for offline synchronization.
Free the returned pointer with the below calls, when no longer needed:
g_ptr_array_foreach (array, (GFunc) g_object_unref, NULL);
g_ptr_array_free (array, TRUE);
Parameters:
this |
Returns:
an array with folders to be checked for offline synchronization. |