dup_downsync_folders


Description:

[ Version ( since = "3.28" ) ]
public virtual GenericArray<Folder> dup_downsync_folders ()

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

a OfflineStore

Returns:

an array with folders to be checked for offline synchronization.