lookup


Description:

public bool lookup (string name, out Object target, out unowned ParamSpec pspec)

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

Parameters:

this

child proxy object to lookup the property in

name

name of the property to look up

target

pointer to a Object that takes the real object to set property on

pspec

pointer to take the ParamSpec describing the property

Returns:

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 Object target is the same as this .