remove_profile_sync
Description:
[
Version ( since =
"0.1.2" ) ]
public bool remove_profile_sync (
Profile profile,
Cancellable? cancellable =
null)
throws Error
Removes a profile from a 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.
|