wayland: added notification prototype, be more explicit about struct types
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Fri, 9 Jun 2017 13:55:20 +0000 (15:55 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 8 Aug 2017 15:24:00 +0000 (17:24 +0200)
commitfdc1e4622d8aae5bf380e4b197ab616fed7efd34
tree12c8750160b83235dd8c93e5cbc8d748430a4df6
parent119d40642c13259995ee7f51fc7d887b09debd85
wayland: added notification prototype, be more explicit about struct types

Notification support can be implemented on genivi objects using the
genivi::notify::notifier, it is supposed to be inherited from by the
notification-needing types, e.g. genivi::surface.

Currently no implementation for notifier is present (only an empty
shell) also it is not yet clear, if the notifications will be sent from
the genivi objects method's or e.g. their thunks (which would simplify
the methods considerably).

Added request wrappers for genivi::surface and genivi::layer, just
inline them into the class and be done with it.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
src/wayland.cpp
src/wayland.hpp