Package: gtk

Class gtk:bookmark-list

Superclasses

gio:list-model, gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

attributes
The attributes property of type :string (Read / Write)
The attributes to query.
Default value: nil
filename
The filename property of type :string (Read / Write / Construct only)
The bookmark file to load.
Default value: $XDG_USER_DATA/recently-used.xbel
io-priority
The io-priority property of type :int (Read / Write)
The priority used when loading.
Allowed values: >= -2147483647
Default value: g:+priority-default+
item-type
The item-type property of type g:type-t (Read)
The type of items. Since 4.8
loading
The loading property of type :boolean (Read)
True if files are being loaded.
Default value: false
n-items
The n-items property of type :uint (Read / Write)
The number of items. Since 4.8
Default value: 0

Details

The gtk:bookmark-list class is a list model that wraps the GBookmarkFile class. It presents a g:list-model object and fills it asynchronously with the g:file-info objects returned from that function.

The g:file-info objects in the list have some attributes in the recent namespace added: recent::private (boolean) and recent:applications (stringv).
 

Returned by

Slot Access Functions

Inherited Slot Access Functions

See also

2024-12-15