package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gio/Ocgtk_gio/Gio/File_info/class-file_info/index.html

Class File_info.file_info

method clear_status : unit -> unit
method copy_into : file_info_t -> unit
method dup : unit -> file_info_t
method get_attribute_as_string : string -> string option
method get_attribute_boolean : string -> bool
method get_attribute_byte_string : string -> string option
method get_attribute_file_path : string -> string option
method get_attribute_int32 : string -> Int32.t
method get_attribute_int64 : string -> int64
method get_attribute_object : string -> [ `object_ ] Gobject.obj option
method get_attribute_status : string -> Ocgtk_gio__.Gio_enums.fileattributestatus
method get_attribute_string : string -> string option
method get_attribute_stringv : string -> string array option
method get_attribute_type : string -> Ocgtk_gio__.Gio_enums.fileattributetype
method get_attribute_uint32 : string -> UInt32.t
method get_attribute_uint64 : string -> UInt64.t
method get_content_type : unit -> string option
method get_display_name : unit -> string
method get_edit_name : unit -> string
method get_etag : unit -> string option
method get_file_type : unit -> Ocgtk_gio__.Gio_enums.filetype
method get_icon : unit -> Ocgtk_gio__.GIcon.icon_t option
method get_is_backup : unit -> bool
method get_is_hidden : unit -> bool
method get_name : unit -> string
method get_size : unit -> int64
method get_sort_order : unit -> Int32.t
method get_symbolic_icon : unit -> Ocgtk_gio__.GIcon.icon_t option
method has_attribute : string -> bool
method has_namespace : string -> bool
method list_attributes : string option -> string array option
method remove_attribute : string -> unit
method set_attribute_boolean : string -> bool -> unit
method set_attribute_byte_string : string -> string -> unit
method set_attribute_file_path : string -> string -> unit
method set_attribute_int32 : string -> Int32.t -> unit
method set_attribute_int64 : string -> int64 -> unit
method set_attribute_mask : Ocgtk_gio__.File_attribute_matcher.t -> unit
method set_attribute_object : string -> [ `object_ ] Gobject.obj -> unit
method set_attribute_status : string -> Ocgtk_gio__.Gio_enums.fileattributestatus -> bool
method set_attribute_string : string -> string -> unit
method set_attribute_stringv : string -> string array -> unit
method set_attribute_uint32 : string -> UInt32.t -> unit
method set_attribute_uint64 : string -> UInt64.t -> unit
method set_content_type : string -> unit
method set_display_name : string -> unit
method set_edit_name : string -> unit
method set_file_type : Ocgtk_gio__.Gio_enums.filetype -> unit
method set_icon : Ocgtk_gio__.GIcon.icon_t -> unit
method set_is_hidden : bool -> unit
method set_name : string -> unit
method set_size : int64 -> unit
method set_sort_order : Int32.t -> unit
method set_symbolic_icon : Ocgtk_gio__.GIcon.icon_t -> unit
method unset_attribute_mask : unit -> unit
method as_file_info : Ocgtk_gio__.File_info.t