* Returns the list of titles found. * @param h Handle to hb_handle_t * @return Handle to hb_list_t of the title list. */
| 488 | * @return Handle to hb_list_t of the title list. |
| 489 | */ |
| 490 | hb_list_t * hb_get_titles( hb_handle_t * h ) |
| 491 | { |
| 492 | return h->title_set.list_title; |
| 493 | } |
| 494 | |
| 495 | hb_title_set_t * hb_get_title_set( hb_handle_t * h ) |
| 496 | { |
no outgoing calls
no test coverage detected