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_connection/class-d_bus_connection/index.html

Class D_bus_connection.d_bus_connection

inherit Ocgtk_gio__.GAsync_initable.async_initable_t
inherit Ocgtk_gio__.GInitable.initable_t
method call_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (Gvariant.t, GError.t) result
method call_sync : string option -> string -> string -> string -> Gvariant.t option -> Gvariant_type.t option -> Ocgtk_gio__.Gio_enums.dbuscallflags -> int -> Ocgtk_gio__.GCancellable.cancellable_t option -> (Gvariant.t, GError.t) result
method close_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method close_sync : Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method emit_signal : string option -> string -> string -> string -> Gvariant.t option -> (bool, GError.t) result
method export_action_group : string -> Ocgtk_gio__.GAction_group.action_group_t -> (int, GError.t) result
method export_menu_model : string -> Ocgtk_gio__.GMenu_link_iter_and__menu_model.menu_model_t -> (int, GError.t) result
method flush_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method flush_sync : Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method get_capabilities : unit -> Ocgtk_gio__.Gio_enums.dbuscapabilityflags
method get_exit_on_close : unit -> bool
method get_flags : unit -> Ocgtk_gio__.Gio_enums.dbusconnectionflags
method get_guid : unit -> string
method get_last_serial : unit -> UInt32.t
method get_peer_credentials : unit -> Ocgtk_gio__.GCredentials.credentials_t option
method get_stream : unit -> Ocgtk_gio__.GIo_stream.io_stream_t
method get_unique_name : unit -> string option
method is_closed : unit -> bool
method remove_filter : int -> unit
method send_message_with_reply_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (Ocgtk_gio__.GD_bus_message.d_bus_message_t, GError.t) result
method set_exit_on_close : bool -> unit
method signal_unsubscribe : int -> unit
method start_message_processing : unit -> unit
method unexport_action_group : int -> unit
method unexport_menu_model : int -> unit
method unregister_object : int -> bool
method unregister_subtree : int -> bool
method closed : bool
method as_d_bus_connection : Ocgtk_gio__.D_bus_connection.t