Top | ![]() |
![]() |
![]() |
![]() |
struct _EBook * | e_book_view_get_book () |
void | e_book_view_start () |
void | e_book_view_stop () |
void | contacts-added | Run Last |
void | contacts-changed | Run Last |
void | contacts-removed | Run Last |
void | sequence-complete | Run Last |
void | status-message | Run Last |
void | view-complete | Run Last |
struct _EBook *
e_book_view_get_book (EBookView *book_view
);
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.
Since: 2.22
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.
struct EBookView;
EBookView
has been deprecated since version 3.2 and should not be used in newly-written code.
Use EBookClientView instead.
struct EBookViewClass { /* Signals */ void (*contacts_changed) (EBookView *book_view, const GList *contacts); void (*contacts_removed) (EBookView *book_view, const GList *ids); void (*contacts_added) (EBookView *book_view, const GList *contacts); void (*sequence_complete) (EBookView *book_view, EBookViewStatus status); void (*view_complete) (EBookView *book_view, EBookViewStatus status, const gchar *error_msg); void (*status_message) (EBookView *book_view, const gchar *message); };
EBookViewClass
has been deprecated since version 3.2 and should not be used in newly-written code.
Use EBookClientView instead.
Signal emitted when contacts in the view are modified |
||
Signal emitted when contacts are removed from the view |
||
Signal emitted when contacts are added in the view |
||
Notification that loading a view has completed, after calling |
||
Notification that loading a view has completed, after calling |
||
Signal emitted intermittently while loading a view after calling |
“contacts-added”
signalvoid user_function (EBookView *ebookview, gpointer arg1, gpointer user_data)
Flags: Run Last
“contacts-changed”
signalvoid user_function (EBookView *ebookview, gpointer arg1, gpointer user_data)
Flags: Run Last
“contacts-removed”
signalvoid user_function (EBookView *ebookview, gpointer arg1, gpointer user_data)
Flags: Run Last
“sequence-complete”
signalvoid user_function (EBookView *ebookview, guint arg1, gpointer user_data)
Flags: Run Last
“status-message”
signalvoid user_function (EBookView *ebookview, gchar *arg1, gpointer user_data)
Flags: Run Last