Function

GObject-2.0GObjectparam_spec_param

  • Creates a new GObject.ParamSpecParam instance specifying a G_TYPE_PARAM property.

    See g_param_spec_internal() for details on property names.

    Parameters

    • name: string

      canonical name of the property specified

    • nick: string

      nick name for the property specified

    • blurb: string

      description of the property specified

    • param_type: GType

      a GObject.GType derived from G_TYPE_PARAM

    • flags: ParamFlags

      flags for the property specified

    Returns GObject.ParamSpec

    a newly created parameter specification