open_sync


Description:

[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.2" ) ]
public virtual bool open_sync (bool only_if_exists, Cancellable? cancellable = null) throws Error

Warning: open_sync is deprecated since 3.8.

Opens the this, making it ready for queries and other operations.

Note:

Use e_book_client_connect_sync or e_cal_client_connect_sync instead.

Parameters:

this

an Client

only_if_exists

this parameter is not used anymore

cancellable

a Cancellable; can be null

Returns:

true if successful, false otherwise.