process_changes_sync


Description:

public bool process_changes_sync (SList<BookMetaBackendInfo>? created_objects, SList<BookMetaBackendInfo>? modified_objects, SList<BookMetaBackendInfo>? removed_objects, Cancellable? cancellable = null) throws Error

Processes given changes by updating local cache content accordingly.

The this processes the changes like being online and particularly requires to be online to load created and modified objects when needed.

Parameters:

this

an BookMetaBackend

created_objects

a SList of BookMetaBackendInfo object infos which had been created

modified_objects

a SList of BookMetaBackendInfo object infos which had been modified

removed_objects

a SList of BookMetaBackendInfo object infos which had been removed

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.