peek_object


Description:

public unowned Object peek_object (string object_path)

Like get_object but doesn't increase the reference count on the returned Object.

Warning:

The returned object is only valid until removed so it is only safe to use this function on the thread where this was constructed. Use get_object if on another thread.

Parameters:

this

A Client.

object_path

Object path.

Returns:

A Object corresponding to object_path or null if not found.