lookup_by_id
Description:
[
Version ( since =
"3.6" ) ]
public Object lookup_by_id (
string id)
Finds and returns the Object instance whose "Id" D-Bus property matches
id.
Parameters:
| this |
A Client.
|
| id |
The ID to look for.
|
Returns:
|
A Object. Free the returned object with
unref.
|