store_inline_photos_sync


Description:

public bool store_inline_photos_sync (Contact contact, Cancellable? cancellable = null) throws Error

Changes all inline photos and logos to URL type in contact, which will point to a local file instead, beside the cache file.

This is called automatically after load_contact_sync.

The reverse operation is inline_local_photos_sync.

Parameters:

this

an BookMetaBackend

contact

an Contact to work with

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.