get_profile_relation_sync
Description:
[
Version ( since =
"0.1.8" ) ]
public DeviceRelation get_profile_relation_sync (
Profile profile,
Cancellable? cancellable =
null)
throws Error
Gets the property relationship to the device.
WARNING: This function is synchronous, and may block. Do not use it in GUI applications.
Parameters:
this |
a Device instance.
|
profile |
a Profile instance.
|
cancellable |
a Cancellable or null
|
Returns:
true for success, else false.
|