Skip to content

color: Move image description information to its own object

Sebastian Wick requested to merge wip/color/get-information into color

Instead of having a bunch of additional events on a wp_image_description_v1 we split the events devlivering information about the image description to its own wp_image_description_info_v1. This event delivers all the information and then destroys itself.

Signed-off-by: Sebastian Wick sebastian.wick@redhat.com

Merge request reports