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_message/class-d_bus_message/index.html

Class D_bus_message.d_bus_message

method copy : unit -> (d_bus_message_t, GError.t) result
method get_arg0 : unit -> string option
method get_arg0_path : unit -> string option
method get_body : unit -> Gvariant.t option
method get_byte_order : unit -> Ocgtk_gio__.Gio_enums.dbusmessagebyteorder
method get_destination : unit -> string option
method get_error_name : unit -> string option
method get_flags : unit -> Ocgtk_gio__.Gio_enums.dbusmessageflags
method get_header : Ocgtk_gio__.Gio_enums.dbusmessageheaderfield -> Gvariant.t option
method get_interface : unit -> string option
method get_locked : unit -> bool
method get_member : unit -> string option
method get_message_type : unit -> Ocgtk_gio__.Gio_enums.dbusmessagetype
method get_num_unix_fds : unit -> UInt32.t
method get_path : unit -> string option
method get_reply_serial : unit -> UInt32.t
method get_sender : unit -> string option
method get_serial : unit -> UInt32.t
method get_signature : unit -> string
method get_unix_fd_list : unit -> Ocgtk_gio__.GUnix_fd_list.unix_fd_list_t option
method lock : unit -> unit
method new_method_error_literal : string -> string -> d_bus_message_t
method new_method_reply : unit -> d_bus_message_t
method print : int -> string
method set_body : Gvariant.t -> unit
method set_byte_order : Ocgtk_gio__.Gio_enums.dbusmessagebyteorder -> unit
method set_destination : string option -> unit
method set_error_name : string -> unit
method set_flags : Ocgtk_gio__.Gio_enums.dbusmessageflags -> unit
method set_header : Ocgtk_gio__.Gio_enums.dbusmessageheaderfield -> Gvariant.t option -> unit
method set_interface : string option -> unit
method set_member : string option -> unit
method set_message_type : Ocgtk_gio__.Gio_enums.dbusmessagetype -> unit
method set_num_unix_fds : UInt32.t -> unit
method set_path : string option -> unit
method set_reply_serial : UInt32.t -> unit
method set_sender : string option -> unit
method set_serial : UInt32.t -> unit
method set_signature : string option -> unit
method set_unix_fd_list : Ocgtk_gio__.GUnix_fd_list.unix_fd_list_t option -> unit
method to_gerror : unit -> (bool, GError.t) result
method as_d_bus_message : Ocgtk_gio__.D_bus_message.t