Top | ![]() |
![]() |
![]() |
![]() |
DhProfileBuilderDhProfileBuilder — Builds DhProfile objects |
void dh_profile_builder_set_settings (DhProfileBuilder *builder
,DhSettings *settings
);
Sets the DhSettings object.
If you don't call this function, the default DhSettings object as returned
by dh_settings_get_default()
will be used.
Since: 3.30
void dh_profile_builder_set_book_list (DhProfileBuilder *builder
,DhBookList *book_list
);
Sets the DhBookList object.
If you don't call this function, the default DhBookList object as returned
by dh_book_list_get_default()
will be used.
Since: 3.30
DhProfile *
dh_profile_builder_create_object (DhProfileBuilder *builder
);
Since: 3.30