Function

Dex-1Dexparam_spec_objectSince 1.2

  • Creates a new GObject.ParamSpec instance specifying a DEX_TYPE_OBJECT derived property.

    This is similar to GObject.param_spec_object, but for Dex.Object instances such as Dex.Future.

    Parameters

    • name: string

      canonical name of the property specified

    • nick: string

      nick name for the property specified

    • blurb: string

      description of the property specified

    • object_type: GType

      a DEX_TYPE_OBJECT derived type for this property

    • flags: ParamFlags

      flags for the property specified

    Returns GObject.ParamSpec

    a newly created parameter specification

    1.2