gtk_widget_set_tooltip_text(widget, description);
}
+void
+ghb_preset_menu_button_refresh(signal_user_data_t *ud,
+ const char *fullname, int type)
+{
+ hb_preset_index_t * path;
+
+ path = hb_preset_search_index(fullname, 0, type);
+ set_preset_menu_button_label(ud, path);
+}
+
static void
select_preset2(signal_user_data_t *ud, hb_preset_index_t *path)
{
void ghb_write_settings_file(const gchar *path, GhbValue *dict);
GhbValue* ghb_create_copy_mask(GhbValue *settings);
GhbValue* ghb_settings_to_preset(GhbValue *settings);
+void ghb_preset_menu_button_refresh(signal_user_data_t *ud,
+ const char *name, int type);
#endif // _GHB_PRESETS_H_