Method
GLibBookmarkFilecopy
since: 2.76
Declaration [src]
GBookmarkFile*
g_bookmark_file_copy (
GBookmarkFile* bookmark
)
Return value
Type: GBookmarkFile
The copy of bookmark
. Use
g_bookmark_free()
when finished using it.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |