package ocgtk

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

Module Gio.Unix_socket_address

class type unix_socket_address_t = object ... end
class unix_socket_address : [ `unix_socket_address | `socket_address | `object_ ] Gobject.obj -> unix_socket_address_t
val new_ : string -> unix_socket_address_t
val new_abstract : int array -> int -> unix_socket_address_t
val new_with_type : int array -> int -> Gio_enums.unixsocketaddresstype -> unix_socket_address_t