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 with the filename of the .xbel file

Details

Accessor of the filename slot of the gtk:bookmark-list class. The gtk:bookmark-list-filename function 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

2024-12-15