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

Module Wrappers.Socket_control_message

type t = [ `socket_control_message | `object_ ] Gobject.obj
val get_size : t -> Gsize.t

Returns the space required for the control message, not including headers or alignment.

val get_msg_type : t -> int

Returns the protocol specific type of the control message. For instance, for UNIX fd passing this would be SCM_RIGHTS.

val get_level : t -> int

Returns the "level" (i.e. the originating protocol) of the control message. This is often SOL_SOCKET.