Package: gtk

Accessor gtk:bookmark-list-filename

Lambda List

gtk:bookmark-list-filename (object)

Syntax

(gtk:bookmark-list-filename object) => filename

Arguments

object -- a gtk:bookmark-list object
filename -- a string for the filename of the .xbel file

Details

The accessor for the filename slot of the gtk:bookmark-list class returns the filename of the bookmark file that the bookmark list is loading.

Notes

The default location of the bookmark file is $XDG_USER_DATA/recently-used.xbel. This filename is the default value for the filename property. You can get the path of the location with
(cffi:foreign-funcall "g_get_user_data_dir" :string)    
 

See also

2025-08-15