package gobject-introspection

  1. Overview
  2. Docs

Property_info — Struct representing a property

type t

Property_info represents a property. A property belongs to either a Object_info or a Interface_info.

val propertyinfo : t Ctypes.structure Ctypes.typ

Obtain the ownership transfer for this property. See GITransfer for more information about transfer values.

Obtain the type information for the property info .

Obtain the flags for this property info. See GParamFlags for more information about possible flag values.

Just cast OCaml Ctypes base info to property info.

Just cast OCaml Ctypes property info to base info

Add unref of the C underlying structure whith Gc.finalise.

Return a Property_info.t from a Base_info.t, the underlying C structure ref count is increased and the value is Gc.finalis"ed" with Base_info.baseinfo_unref.

Return a Base_info.t from a Property_info, the underlying C structure ref count is increased and the value is Gc.finalis"ed" with Base_info.baseinfo_unref.