Class
ArrowFileInfo
Properties
Arrow.FileInfo:base-name
The file base name (component after the last directory separator).
since: 0.17.0
Arrow.FileInfo:dir-name
The directory base name (component before the file base name).
since: 0.17.0
Arrow.FileInfo:size
The size in bytes, if available Only regular files are guaranteed to have a size.
since: 0.17.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.