Virtual Method

DevhelpBookListremove_book

Declaration [src]

void
remove_book (
  DhBookList* book_list,
  DhBook* book
)

Description [src]

Emits the DhBookList::remove-book signal.

It is a programmer error to call this function if book is not present in book_list.

Available since:3.30

Parameters

book DhBook
 

A DhBook.

 The data is owned by the caller of the function.