[ 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.
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.
source |
An Source pointer |
a new but unopened BookClient. |