package ocgtk

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

Class Application.application

inherit Ocgtk_gio__.GAction_group.action_group_t
inherit Ocgtk_gio__.GAction_map.action_map_t
method on_activate : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_command_line : ?after:bool -> callback: (command_line: Ocgtk_gio__.GApplication_command_line.application_command_line_t -> int) -> unit -> Gobject.Signal.handler_id
method on_name_lost : ?after:bool -> callback:(unit -> bool) -> unit -> Gobject.Signal.handler_id
method on_shutdown : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_startup : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method activate : unit -> unit
method bind_busy_property : [ `object_ ] Gobject.obj -> string -> unit
method get_application_id : unit -> string option
method get_dbus_connection : unit -> Ocgtk_gio__.GD_bus_connection.d_bus_connection_t option
method get_dbus_object_path : unit -> string option
method get_flags : unit -> Ocgtk_gio__.Gio_enums.applicationflags
method get_inactivity_timeout : unit -> int
method get_is_busy : unit -> bool
method get_is_registered : unit -> bool
method get_is_remote : unit -> bool
method get_resource_base_path : unit -> string option
method get_version : unit -> string option
method hold : unit -> unit
method mark_busy : unit -> unit
method open_ : Ocgtk_gio__.App_info_cycle_64c425a0.File.t array -> int -> string -> unit
method quit : unit -> unit
method register : Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method release : unit -> unit
method run : int -> string array option -> int
method send_notification : string option -> Ocgtk_gio__.GNotification.notification_t -> unit
method set_action_group : Ocgtk_gio__.GAction_group.action_group_t option -> unit
method set_application_id : string option -> unit
method set_default : unit -> unit
method set_flags : Ocgtk_gio__.Gio_enums.applicationflags -> unit
method set_inactivity_timeout : int -> unit
method set_option_context_description : string option -> unit
method set_option_context_parameter_string : string option -> unit
method set_option_context_summary : string option -> unit
method set_resource_base_path : string option -> unit
method set_version : string -> unit
method unbind_busy_property : [ `object_ ] Gobject.obj -> string -> unit
method unmark_busy : unit -> unit
method withdraw_notification : string -> unit
method as_application : Ocgtk_gio__.Application.t