mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
New API. A function to atomically create a file.
Tue Mar 8 15:46:54 2005 Søren Sandmann <sandmann@redhat.com> * glib/gfileutils.c (g_file_replace): New API. A function to atomically create a file.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
d927076f89
commit
331548d91c
@@ -86,6 +86,10 @@ gboolean g_file_get_contents (const gchar *filename,
|
||||
gchar **contents,
|
||||
gsize *length,
|
||||
GError **error);
|
||||
gboolean g_file_replace (const gchar *filename,
|
||||
const gchar *contents,
|
||||
gssize length,
|
||||
GError **error);
|
||||
gchar *g_file_read_link (const gchar *filename,
|
||||
GError **error);
|
||||
|
||||
|
Reference in New Issue
Block a user