Method
DevhelpSettingsset_book_enabled
Declaration [src]
void
dh_settings_set_book_enabled (
DhSettings* settings,
DhBook* book,
gboolean enabled
)
Description [src]
Modifies the “books-disabled” GSettings
key. It adds or removes the book
ID
from “books-disabled”.
Available since: | 3.30 |
Parameters
book |
DhBook |
A |
|
The data is owned by the caller of the function. | |
enabled |
gboolean |
The new value. |