dispatch


Description:

public bool dispatch ()

Find the typelib callable and route it.

Prefix must be in types. Looks up GI.ObjectInfo.find_method for the wire method name. Constructors go to dispatch_new. Other callables go to dispatch_function. Missing method replies METHOD_NOT_FOUND. Prefix not in types returns false so Request.dispatch can fall through.

Returns:

true when this call was a GI path