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/App_launch_context/class-app_launch_context/index.html

Class App_launch_context.app_launch_context

method on_launch_failed : ?after:bool -> callback:(startup_notify_id:string -> unit) -> unit -> Gobject.Signal.handler_id
method on_launch_started : ?after:bool -> callback: (info:Ocgtk_gio__.GApp_info_cycle_64c425a0.app_info_t -> platform_data:Gvariant.t -> unit) -> unit -> Gobject.Signal.handler_id
method on_launched : ?after:bool -> callback: (info:Ocgtk_gio__.GApp_info_cycle_64c425a0.app_info_t -> platform_data:Gvariant.t -> unit) -> unit -> Gobject.Signal.handler_id
method get_display : Ocgtk_gio__.GApp_info_cycle_64c425a0.app_info_t -> Ocgtk_gio__.GApp_info_cycle_64c425a0.file_t list -> string option
method get_environment : unit -> string array
method get_startup_notify_id : Ocgtk_gio__.GApp_info_cycle_64c425a0.app_info_t -> Ocgtk_gio__.GApp_info_cycle_64c425a0.file_t list -> string option
method launch_failed : string -> unit
method setenv : string -> string -> unit
method unsetenv : string -> unit
method as_app_launch_context : Ocgtk_gio__.App_info_cycle_64c425a0.App_launch_context.t