case the values for pspec and target are not modified. Unref target after usage. For plain #GObject target is the same as object.
ChildProxy.lookup
bool lookup(string name, out gobject.object.ObjectWrap target, out gobject.param_spec.ParamSpec pspec)Looks up which object and #GParamSpec would be effected by the given name.
Parameters
name | name of the property to look up |
target | pointer to a #GObject that takes the real object to set property on |
pspec | pointer to take the #GParamSpec describing the property |
Returns
true if target and pspec could be found. false otherwise. In that