create_profile
Description:
[ Version ( since = "0.1.8" ) ]
public async Profile create_profile (string id, ObjectScope scope, HashTable<string,string>? properties, Cancellable? cancellable) throws Error
public async Profile create_profile (string id, ObjectScope scope, HashTable<string,string>? properties, Cancellable? cancellable) throws Error
Creates a color profile.
Parameters:
| this |
a Client instance. |
| id |
identifier for the profile |
| scope |
the scope of the profile |
| properties |
properties to set on the profile, or null |
| cancellable |
a Cancellable, or null |
| callback |
the function to run on completion |
| user_data |
the data to pass to |