color-management-v1: initial implementation
This commit is contained in:
parent
084006d64a
commit
c66f5798b7
22 changed files with 1130 additions and 3 deletions
15
wire/wp_image_description_v1.txt
Normal file
15
wire/wp_image_description_v1.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
request destroy {
|
||||
}
|
||||
|
||||
event failed {
|
||||
cause: u32,
|
||||
msg: str,
|
||||
}
|
||||
|
||||
event ready {
|
||||
identity: u32,
|
||||
}
|
||||
|
||||
request get_information {
|
||||
information: id(wp_image_description_info_v1),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue