ChildProxy.lookup

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

interface ChildProxy
bool
lookup

Parameters

name string

name of the property to look up

target gobject.object.ObjectG

pointer to a #GObject that takes the real object to set property on

pspec gobject.param_spec.ParamSpec

pointer to take the #GParamSpec describing the property

Return Value

Type: bool

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 #GObject target is the same as object.