X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=libhomescreen%2Finclude%2Flibhomescreen.hpp;h=6baa805958088f49ae1797a03cc2e731b2e8d4c6;hb=5eee2e3e4b208ab8287e3fc2625d2055e67473fa;hp=6ec843fc5c536f854d6fe55b622957b0976c4d73;hpb=337319e30026b0bae453dc7363f27469fa2ab526;p=staging%2FHomeScreen.git diff --git a/libhomescreen/include/libhomescreen.hpp b/libhomescreen/include/libhomescreen.hpp index 6ec843f..6baa805 100644 --- a/libhomescreen/include/libhomescreen.hpp +++ b/libhomescreen/include/libhomescreen.hpp @@ -1,7 +1,7 @@ #ifndef LIBHOMESCREEN_HPP #define LIBHOMESCREEN_HPP -#include +#include // forward declarations struct _LibHomeScreenHomescreen; @@ -22,11 +22,11 @@ public: ~LibHomeScreen(); // these are representing the D-Bus methods: - std::list getAllSurfacesOfProcess(int pid); + std::vector getAllSurfacesOfProcess(int pid); int getSurfaceStatus(int surfaceId); void hardKeyPressed(int key); void renderSurfaceToArea(int surfaceId, int layoutArea); - bool renderSurfaceToAreaAllowed(int surfaceId, int layoutArea); + bool renderAppToAreaAllowed(int appCategory, int layoutArea); void requestSurfaceIdToFullScreen(int surfaceId); private: LibHomeScreenHomescreen *mp_libHomeScreenHomescreen_Proxy;