package ocgtk

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

Class App_info.app_info

method add_supports_type : string -> (bool, GError.t) result
method can_delete : unit -> bool
method can_remove_supports_type : unit -> bool
method delete : unit -> bool
method dup : unit -> Ocgtk_gio__.GApp_info_cycle_64c425a0.app_info_t
method equal : Ocgtk_gio__.GApp_info_cycle_64c425a0.app_info_t -> bool
method get_commandline : unit -> string option
method get_description : unit -> string option
method get_display_name : unit -> string
method get_executable : unit -> string
method get_icon : unit -> Ocgtk_gio__.GIcon.icon_t option
method get_id : unit -> string option
method get_name : unit -> string
method get_supported_types : unit -> string array
method launch : Ocgtk_gio__.GApp_info_cycle_64c425a0.file_t list option -> Ocgtk_gio__.GApp_info_cycle_64c425a0.app_launch_context_t option -> (bool, GError.t) result
method launch_uris : string list option -> Ocgtk_gio__.GApp_info_cycle_64c425a0.app_launch_context_t option -> (bool, GError.t) result
method launch_uris_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method remove_supports_type : string -> (bool, GError.t) result
method set_as_default_for_extension : string -> (bool, GError.t) result
method set_as_default_for_type : string -> (bool, GError.t) result
method set_as_last_used_for_type : string -> (bool, GError.t) result
method should_show : unit -> bool
method supports_files : unit -> bool
method supports_uris : unit -> bool
method as_app_info : Ocgtk_gio__.App_info_cycle_64c425a0.App_info.t