mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 03:17:52 +02:00
gbookmarkfile: Add copy function
GBookmarkFile has everything for being introspectable, but it lacks a GType, because it can't be copied. So provide a copy function that deeply copies all the bookmark structures. Add tests for this.
This commit is contained in:
committed by
Philip Withnall
parent
5f604460ef
commit
2e8375daa0
@@ -2152,6 +2152,7 @@ GBookmarkFile
|
||||
G_BOOKMARK_FILE_ERROR
|
||||
GBookmarkFileError
|
||||
g_bookmark_file_new
|
||||
g_bookmark_file_copy
|
||||
g_bookmark_file_free
|
||||
g_bookmark_file_load_from_file
|
||||
g_bookmark_file_load_from_data
|
||||
|
Reference in New Issue
Block a user