GLib.ParamSpecPool – gobject-2.0 Reference Manual
Packages
gobject-2.0
GLib
ParamSpecPool
ParamSpecPool
insert
list
list_owned
lookup
remove
ParamSpecPool
Object Hierarchy:
Description:
[
Compact
]
public
class
ParamSpecPool
Namespace:
GLib
Package:
gobject-2.0
Content:
Creation methods:
public
ParamSpecPool
(
bool
type_prefixing =
false
)
Methods:
public
void
insert
(
ParamSpec
pspec,
Type
owner_type)
public
(
weak
ParamSpec
)[]
list
(
Type
owner_type)
public
List
<
weak
ParamSpec
>
list_owned
(
Type
owner_type)
public
weak
ParamSpec
lookup
(
string
param_name,
Type
owner_type,
bool
walk_ancestors)
public
void
remove
(
ParamSpec
pspec)