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