X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fjson_helper.hpp;h=d4ae85a895cbdcfe38afd5601b718014c911a820;hb=98006b6538c5be44350746ec3756f004a5c68af8;hp=2321f8b9eaebac6eb62f2b92eafe5edcbdf65a0c;hpb=5b1cf5616ef878e237d8fb7975b4839650c6d840;p=apps%2Fagl-service-windowmanager.git diff --git a/src/json_helper.hpp b/src/json_helper.hpp index 2321f8b..d4ae85a 100644 --- a/src/json_helper.hpp +++ b/src/json_helper.hpp @@ -19,17 +19,14 @@ #include #include -#include "wayland_ivi_wm.hpp" struct json_object; - -json_object *to_json(compositor::screen const *s); -json_object *to_json(compositor::controller::props_map const &s); json_object *to_json(std::vector const &v); namespace jh { const char* getStringFromJson(json_object* obj, const char* key); int getIntFromJson(json_object *obj, const char *key); +double getDoubleFromJson(json_object *obj, const char *key); json_bool getBoolFromJson(json_object *obj, const char *key); int inputJsonFilie(const char* file, json_object** obj); } // namespace jh