mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
Merge branch 'fix-symlink-issue'
See https://gitlab.gnome.org/GNOME/gvdb/merge_requests/10
This commit is contained in:
commit
cc2afef13e
@ -612,7 +612,7 @@ gvdb_table_write_contents_async (GHashTable *table,
|
||||
g_bytes_get_data (bytes, NULL),
|
||||
g_bytes_get_size (bytes),
|
||||
NULL, FALSE,
|
||||
G_FILE_CREATE_PRIVATE | G_FILE_CREATE_REPLACE_DESTINATION,
|
||||
G_FILE_CREATE_PRIVATE,
|
||||
cancellable, replace_contents_cb, g_steal_pointer (&task));
|
||||
|
||||
g_bytes_unref (bytes);
|
||||
|
Loading…
Reference in New Issue
Block a user