Home
last modified time | relevance | path

Searched refs:template_eval_cb (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gthumb/gthumb-3.10.1/extensions/rename_series/
H A Ddlg-rename-series.c181 template_eval_cb (const GMatchInfo *info, in template_eval_cb() function
430 …new_name = g_regex_replace_eval (re, template_data->template, -1, 0, 0, template_eval_cb, template… in update_file_list__step2()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/image_print/
H A Dgth-image-print-job.c219 template_eval_cb (const GMatchInfo *match_info, in template_eval_cb() function
287 new_text = g_regex_replace_eval (re, text, -1, 0, 0, template_eval_cb, self, NULL); in get_text_from_template()