BookClient
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.2" ) ]
public BookClient (Source source) throws Error
[ 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:
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. |