Method

GObjectParamSpecPoolremove

Declaration

void
g_param_spec_pool_remove (
  GParamSpecPool* pool,
  GParamSpec* pspec
)

Description

Removes a GParamSpec from the pool.

Parameters

pspec

Type: GParamSpec

The GParamSpec to remove.

The data is owned by the caller of the function.