Method

GObjectParamSpecPoolinsert

Declaration

void
g_param_spec_pool_insert (
  GParamSpecPool* pool,
  GParamSpec* pspec,
  GType owner_type
)

Description

Inserts a GParamSpec in the pool.

Parameters

pspec

Type: GParamSpec

The GParamSpec to insert.

The data is owned by the caller of the function.
owner_type

Type: GType

A GType identifying the owner of pspec.