Function

GObject-2.0GObjectparam_spec_uint64

  • Creates a new GObject.ParamSpecUInt64 instance specifying a G_TYPE_UINT64 property.

    See g_param_spec_internal() for details on property names.

    Parameters

    • name: string

      canonical name of the property specified

    • nick: string | null

      nick name for the property specified

    • blurb: string | null

      description of the property specified

    • minimum: number | bigint

      minimum value for the property specified

    • maximum: number | bigint

      maximum value for the property specified

    • default_value: number | bigint

      default value for the property specified

    • flags: ParamFlags

      flags for the property specified

    Returns GObject.ParamSpec

    a newly created parameter specification