Class

ArrowFileInfo

Description

class Arrow.FileInfo : GObject.Object {
  parent_instance: GObject
}
No description available.

Ancestors

Constructors

garrow_file_info_new
No description available.

Available since: 0.17.0

Instance methods

garrow_file_info_equal
No description available.

Available since: 0.17.0

garrow_file_info_is_dir
No description available.

Available since: 0.17.0

garrow_file_info_is_file
No description available.

Available since: 0.17.0

garrow_file_info_to_string
No description available.

Available since: 0.17.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Arrow.FileInfo:base-name

The file base name (component after the last directory separator).

Available since: 0.17.0

Arrow.FileInfo:dir-name

The directory base name (component before the file base name).

Available since: 0.17.0

Arrow.FileInfo:extension

The file extension (excluding the dot).

Available since: 0.17.0

Arrow.FileInfo:mtime

The time of last modification, if available.

Available since: 0.17.0

Arrow.FileInfo:path

The full file path in the file system.

Available since: 0.17.0

Arrow.FileInfo:size

The size in bytes, if available Only regular files are guaranteed to have a size.

Available since: 0.17.0

Arrow.FileInfo:type

The type of the entry.

Available since: 0.17.0

Signals

Signals inherited from GObject (1)
GObject.Object::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.

Class structure

struct ArrowFileInfoClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.