find_profile_by_property_sync
Description:
[ Version ( since = "0.1.24" ) ]
public Profile find_profile_by_property_sync (string key, string value, Cancellable? cancellable = null) throws Error
public Profile find_profile_by_property_sync (string key, string value, Cancellable? cancellable = null) throws Error
Finds a color profile that has a property value.
WARNING: This function is synchronous, and may block. Do not use it in GUI applications.
Parameters:
this |
a Client instance. |
key |
The profile property key. |
value |
The profile property value. |
cancellable |
a Cancellable or null |
Returns:
A Profile object, or null for error |