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/D_bus_proxy/class-d_bus_proxy/index.html

Class D_bus_proxy.d_bus_proxy

inherit Ocgtk_gio__.GAsync_initable.async_initable_t
inherit Ocgtk_gio__.GD_bus_interface_and__d_bus_object.d_bus_interface_t
inherit Ocgtk_gio__.GInitable.initable_t
method on_g_signal : ?after:bool -> callback: (sender_name:string -> signal_name:string -> parameters:Gvariant.t -> unit) -> unit -> Gobject.Signal.handler_id
method call_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (Gvariant.t, GError.t) result
method call_sync : string -> Gvariant.t option -> Ocgtk_gio__.Gio_enums.dbuscallflags -> int -> Ocgtk_gio__.GCancellable.cancellable_t option -> (Gvariant.t, GError.t) result
method get_cached_property : string -> Gvariant.t option
method get_cached_property_names : unit -> string array option
method get_connection : unit -> Ocgtk_gio__.GD_bus_connection.d_bus_connection_t
method get_default_timeout : unit -> int
method get_flags : unit -> Ocgtk_gio__.Gio_enums.dbusproxyflags
method get_interface_info : unit -> Ocgtk_gio__.D_bus_interface_info.t option
method get_interface_name : unit -> string
method get_name : unit -> string option
method get_name_owner : unit -> string option
method get_object_path : unit -> string
method set_cached_property : string -> Gvariant.t option -> unit
method set_default_timeout : int -> unit
method set_interface_info : Ocgtk_gio__.D_bus_interface_info.t option -> unit
method g_connection : Ocgtk_gio__.GD_bus_connection.d_bus_connection_t
method g_default_timeout : int
method set_g_default_timeout : int -> unit
method g_flags : Ocgtk_gio__.Gio_enums.dbusproxyflags
method g_interface_info : Ocgtk_gio__.D_bus_interface_info.t
method set_g_interface_info : Ocgtk_gio__.D_bus_interface_info.t -> unit
method g_interface_name : string
method g_name : string
method g_name_owner : string
method g_object_path : string
method as_d_bus_proxy : Ocgtk_gio__.D_bus_proxy.t