get_object
Description:
public Object get_object (
string object_path)
Convenience function for looking up an Object for object_path.
Parameters:
| this |
A Client.
|
| object_path |
Object path.
|
Returns:
|
A Object corresponding to object_path or null if
not found. The returned object must be freed with unref.
|