Home
last modified time | relevance | path

Searched refs:utils_set_file_contents (Results 1 – 5 of 5) sorted by relevance

/dports/editors/gummi/gummi-0.8.1/src/
H A Dproject.c74 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 Dutils.h123 gboolean utils_set_file_contents (const gchar *filename, const gchar *text,
H A Dlatex.c81 utils_set_file_contents (ec->workfile, text, -1); in latex_update_workfile()
H A Dutils.c202 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 Dgui-prefs.c598 utils_set_file_contents (C_WELCOMETEXT, text, -1); in on_prefs_close_clicked()