Packages
gobject-2.0
GLib
ParamSpecPool
ParamSpecPool
insert
list
list_owned
lookup
remove
ParamSpecPool
Object Hierarchy:
GLib.ParamSpecPool
GLib.ParamSpecPool
GLib.ParamSpecPool
Description:
[
CCode
( has_type_id =
false
) ]
[
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
(
unowned
ParamSpec
)[]
list
(
Type
owner_type)
public
List
<
unowned
ParamSpec
>
list_owned
(
Type
owner_type)
public
unowned
ParamSpec
lookup
(
string
param_name,
Type
owner_type,
bool
walk_ancestors)
public
void
remove
(
ParamSpec
pspec)