cl-cffi-gtk4
API documentation
Package:
gtk
Accessor gtk:video-file
Lambda List
gtk:video-file
(
object
)
Syntax
(gtk:video-file object) => file
(setf (gtk:video-file object) file)
Arguments
object
-- a
gtk:video
widget
file
-- a
g:file
object to play
Details
The accessor for the
file
slot of the
gtk:video
class gets or sets the file played back by the video if the video is playing a file. Returns
nil
if not playing back a file.
See also
gtk:video
g:file
2025-09-28