* hb_chapter_set_title ********************************************************************** * *********************************************************************/
| 5687 | * |
| 5688 | *********************************************************************/ |
| 5689 | void hb_chapter_set_title( hb_chapter_t *chapter, const char *title ) |
| 5690 | { |
| 5691 | if ( chapter ) |
| 5692 | { |
| 5693 | hb_update_str( &chapter->title, title ); |
| 5694 | } |
| 5695 | } |
| 5696 | |
| 5697 | /********************************************************************** |
| 5698 | * hb_chapter_set_title_by_index |
no test coverage detected