19 lines
252 B
Text
19 lines
252 B
Text
request destroy (destructor) {
|
|
}
|
|
|
|
event failed {
|
|
cause: u32,
|
|
msg: str,
|
|
}
|
|
|
|
event ready {
|
|
identity: u32,
|
|
}
|
|
|
|
request get_information {
|
|
information: id(wp_image_description_info_v1) (new),
|
|
}
|
|
|
|
event ready2 (since = 2) {
|
|
identity: u64,
|
|
}
|