package ocgtk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
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_object_skeleton/index.html
Module Wrappers.D_bus_object_skeleton
type t = [ `d_bus_object_skeleton | `object_ ] Gobject.objval new_ : string -> tCreate a new DBusObjectSkeleton
val set_object_path : t -> string -> unitSets the object path for @object.
val remove_interface_by_name : t -> string -> unitRemoves the #GDBusInterface with @interface_name from @object.
If no D-Bus interface of the given interface exists, this function does nothing.
val remove_interface :
t ->
[ `d_bus_interface_skeleton | `object_ ] Gobject.obj ->
unitRemoves @interface_ from @object.
val flush : t -> unitThis method simply calls g_dbus_interface_skeleton_flush() on all interfaces belonging to @object. See that method for when flushing is useful.
val add_interface :
t ->
[ `d_bus_interface_skeleton | `object_ ] Gobject.obj ->
unitAdds @interface_ to @object.
If @object already contains a #GDBusInterfaceSkeleton with the same interface name, it is removed before @interface_ is added.
Note that @object takes its own reference on @interface_ and holds it until removed.
val get_g_object_path : t -> stringGet property: g-object-path
val set_g_object_path : t -> string -> unitSet property: g-object-path
val on_authorize_method :
?after:bool ->
t ->
callback:
(interface:[ `d_bus_interface_skeleton | `object_ ] Gobject.obj ->
invocation:[ `d_bus_method_invocation | `object_ ] Gobject.obj ->
bool) ->
Gobject.Signal.handler_id sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>