EBookView

EBookView

Synopsis

struct              EBookView;
void                e_book_view_start                   (EBookView *book_view);
void                e_book_view_stop                    (EBookView *book_view);
struct _EBook *     e_book_view_get_book                (EBookView *book_view);

Description

Details

struct EBookView

struct EBookView {
	GObject     parent;
};

Warning

EBookView is deprecated and should not be used in newly-written code.


e_book_view_start ()

void                e_book_view_start                   (EBookView *book_view);

Warning

e_book_view_start is deprecated and should not be used in newly-written code.

Tells book_view to start processing events.

book_view :

an EBookView

e_book_view_stop ()

void                e_book_view_stop                    (EBookView *book_view);

Warning

e_book_view_stop is deprecated and should not be used in newly-written code.

Tells book_view to stop processing events.

book_view :

an EBookView

e_book_view_get_book ()

struct _EBook *     e_book_view_get_book                (EBookView *book_view);

Warning

e_book_view_get_book is deprecated and should not be used in newly-written code.

Returns the EBook that this book view is monitoring.

book_view :

an EBookView

Returns :

an EBook. [transfer none]

Since 2.22