Package: gtk

GBoxed gtk-recent-info

Superclasses

common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

None

Details

The gtk-recent-info structure constains all the meta-data associated with an entry in the recently used files list. The gtk-recent-info structure is an opaque data structure whose members can only be accessed using the provided API.
(define-g-boxed-opaque gtk-recent-info "GtkRecentInfo"
  :alloc (error "GtkRecentInfo cannot be created from the Lisp side."))  
 

See also

2021-12-27