| Evolution-Data-Server Manual: Address Book Client (libebook) | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Signals | ||||
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);
Signals
"contacts-added" :Run Last"contacts-changed" :Run Last"contacts-removed" :Run Last"sequence-complete" :Run Last"status-message" :Run Last"view-complete" :Run Last
Details
struct EBookView
struct EBookView;
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.
|
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.
|
an EBookView |
Signal Details
The "contacts-added" signal
void user_function (EBookView *ebookview,
gpointer arg1,
gpointer user_data) : Run Last
The "contacts-changed" signal
void user_function (EBookView *ebookview,
gpointer arg1,
gpointer user_data) : Run Last
The "contacts-removed" signal
void user_function (EBookView *ebookview,
gpointer arg1,
gpointer user_data) : Run Last
The "sequence-complete" signal
void user_function (EBookView *ebookview,
guint arg1,
gpointer user_data) : Run Last
The "status-message" signal
void user_function (EBookView *ebookview,
gchar *arg1,
gpointer user_data) : Run Last
The "view-complete" signal
void user_function (EBookView *ebookview,
guint arg1,
gchar *arg2,
gpointer user_data) : Run Last
