BookClient


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.2" ) ]
public BookClient (Source source) throws Error

Warning: BookClient is deprecated since 3.8.

Creates a new BookClient corresponding to the given source.

Note:

It covertly makes synchronous D-Bus calls, with no way to cancel.

Use connect instead, which combines BookClient and open into one step.

There are only two operations that are valid on this book at this point: open, and remove.

Parameters:

source

An Source pointer

Returns:

a new but unopened BookClient.