Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type error = private Ojs.t
val error_status : error -> int
val error_message : error -> string
type result = private Ojs.t
val result_status : result -> int
type callback_installed = private Ojs.t
val create_callback_installed :
?success:(result -> unit) ->
?error:(unit -> unit) ->
unit ->
callback_installed
type callback = private Ojs.t
val open_file : string -> string -> ?cb:callback -> unit -> unit
val uninstall : string -> ?cb:callback -> unit -> unit
val app_is_installed : string -> ?cb:callback_installed -> unit -> unit