EBookView

EBookView

Functions

Signals

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

Types and Values

struct EBookView

Object Hierarchy

    GObject
    ╰── EBookView

Description

Functions

e_book_view_start ()

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.

Parameters

book_view

an EBookView

 

e_book_view_stop ()

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.

Parameters

book_view

an EBookView

 

e_book_view_get_book ()

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.

Parameters

book_view

an EBookView

 

Returns

an EBook.

[transfer none]

Since 2.22

Types and Values

struct EBookView

struct EBookView;

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

Signal Details

The “contacts-added” signal

void
user_function (EBookView *ebookview,
               gpointer   arg1,
               gpointer   user_data)

Flags: Run Last


The “contacts-changed” signal

void
user_function (EBookView *ebookview,
               gpointer   arg1,
               gpointer   user_data)

Flags: Run Last


The “contacts-removed” signal

void
user_function (EBookView *ebookview,
               gpointer   arg1,
               gpointer   user_data)

Flags: Run Last


The “sequence-complete” signal

void
user_function (EBookView *ebookview,
               guint      arg1,
               gpointer   user_data)

Flags: Run Last


The “status-message” signal

void
user_function (EBookView *ebookview,
               gchar     *arg1,
               gpointer   user_data)

Flags: Run Last


The “view-complete” signal

void
user_function (EBookView *ebookview,
               guint      arg1,
               gchar     *arg2,
               gpointer   user_data)

Flags: Run Last