| Evolution-Data-Server Manual: Address Book Client (libebook) | ||||
|---|---|---|---|---|
| Top | Description | ||||
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);
struct EBookView {
GObject parent;
};
EBookView is deprecated and should not be used in newly-written code.
void e_book_view_start (EBookView *book_view);
e_book_view_start is deprecated and should not be used in newly-written code.
Tells book_view to start processing events.
|
an EBookView |
void e_book_view_stop (EBookView *book_view);
e_book_view_stop is deprecated and should not be used in newly-written code.
Tells book_view to stop processing events.
|
an EBookView |