Gjsify LogoGjsify Logo

The class structure for the GParamSpec type. Normally, GParamSpec classes are filled by g_param_type_register_static().

record

Hierarchy

  • ParamSpecClass

Index

Constructors

Properties

g_type_class: GObject.TypeClass

the parent class

field
value_type: GType<unknown>

the #GValue type for this parameter

field
name: string

Methods

  • value_set_default(pspec: ParamSpec, value: any): void
  • value_validate(pspec: ParamSpec, value: any): boolean
  • values_cmp(pspec: ParamSpec, value1: any, value2: any): number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method