find_profile_sync
Description:
[
Version ( since =
"0.1.0" ) ]
public Profile find_profile_sync (
string id,
Cancellable? cancellable =
null)
throws Error
Finds a color profile from its id.
WARNING: This function is synchronous, and may block. Do not use it in GUI applications.
Parameters:
this |
a Client instance.
|
id |
id for the profile
|
cancellable |
a Cancellable, or null
|
Returns:
A Profile object, or null for error
|