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/Wrappers/D_bus_interface/index.html

Module Wrappers.D_bus_interface

type t = [ `d_bus_interface ] Gobject.obj
val from_gobject : 'a Gobject.obj -> t
val set_object : t -> [ `d_bus_object ] Gobject.obj option -> unit

Sets the #GDBusObject for @interface_ to @object.

Note that @interface_ will hold a weak reference to @object.

val get_info : t -> [ `d_bus_interface_info ] Gobject.obj

Gets D-Bus introspection information for the D-Bus interface implemented by @interface_.

val dup_object : t -> [ `d_bus_object ] Gobject.obj option

Gets the #GDBusObject that @interface_ belongs to, if any.