package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class File_launcher.file_launcher

method get_always_ask : unit -> bool
method get_file : unit -> Ocgtk_gio.Gio.File.file_t option
method get_writable : unit -> bool
method launch_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (bool, GError.t) result
method open_containing_folder_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (bool, GError.t) result
method set_always_ask : bool -> unit
method set_file : Ocgtk_gio.Gio.File.file_t option -> unit
method set_writable : bool -> unit
method as_file_launcher : Ocgtk_gtk__.File_launcher.t