Searched refs:obs_frontend_translate_ui_cb (Results 1 – 7 of 7) sorted by relevance
157 typedef bool (*obs_frontend_translate_ui_cb)(const char *text, typedef161 obs_frontend_push_ui_translation(obs_frontend_translate_ui_cb translate);
103 obs_frontend_translate_ui_cb translate) = 0;
424 void obs_frontend_push_ui_translation(obs_frontend_translate_ui_cb translate) in obs_frontend_push_ui_translation()
90 std::deque<obs_frontend_translate_ui_cb> translatorHooks;178 inline void PushUITranslation(obs_frontend_translate_ui_cb cb) in PushUITranslation()
500 obs_frontend_translate_ui_cb translate) override in obs_frontend_push_ui_translation()
1562 for (obs_frontend_translate_ui_cb cb : translatorHooks) { in TranslateString()
192 .. type:: typedef bool (*obs_frontend_translate_ui_cb)(const char *text, const char **out)411 .. function:: void obs_frontend_push_ui_translation(obs_frontend_translate_ui_cb translate)