| 20 | #include "titledict.h" |
| 21 | |
| 22 | GhbValue *ghb_get_title_settings(GhbValue *settings) |
| 23 | { |
| 24 | GhbValue *title; |
| 25 | title = ghb_dict_get(settings, "Title"); |
| 26 | return title; |
| 27 | } |
| 28 | |
| 29 | GhbValue *ghb_get_title_audio_list(GhbValue *settings) |
| 30 | { |
no outgoing calls
no test coverage detected