ChildProxyT.lookup

Looks up which object and GParamSpec would be effected by the given name. MT safe.

template ChildProxyT(TStruct)
int
lookup
(
string name
,,)

Parameters

name string

name of the property to look up

target ObjectG

pointer to a GObject that takes the real object to set property on. out[allow-none][transfer full]

pspec ParamSpec

pointer to take the GParamSpec describing the property. out[allow-none][transfer none]

Return Value

Type: int

TRUE if target and pspec could be found. FALSE otherwise. In that case the values for pspec and target are not modified. Unref target after usage. For plain GObjects target is the same as object.

Meta