package ocgtk

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

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.