DataBookView


Description:

[ CCode ( has_construct_function = false ) ]
public DataBookView (BookBackend backend, BookBackendSExp sexp, DBusConnection connection, string object_path) throws Error

Creates a new DataBookView and exports its D-Bus interface on connection at object_path.

If an error occurs while exporting, the function sets throws and returns null.

Parameters:

backend

an BookBackend

sexp

an BookBackendSExp

connection

a DBusConnection

object_path

an object path for the view

Returns:

an DataBookView or null on error