Searched refs:utils_set_file_contents (Results 1 – 5 of 5) sorted by relevance
/dports/editors/gummi/gummi-0.8.1/src/ |
H A D | project.c | 74 utils_set_file_contents (filename, content, -1); in project_create_new() 146 utils_set_file_contents (project, newcontent, -1); in project_add_document() 172 utils_set_file_contents (project, newcontent, -1); in project_remove_document()
|
H A D | utils.h | 123 gboolean utils_set_file_contents (const gchar *filename, const gchar *text,
|
H A D | latex.c | 81 utils_set_file_contents (ec->workfile, text, -1); in latex_update_workfile()
|
H A D | utils.c | 202 gboolean utils_set_file_contents (const gchar *filename, const gchar *text, in utils_set_file_contents() function
|
/dports/editors/gummi/gummi-0.8.1/src/gui/ |
H A D | gui-prefs.c | 598 utils_set_file_contents (C_WELCOMETEXT, text, -1); in on_prefs_close_clicked()
|