add event
[src/libhomescreen.git] / include / libhomescreen.hpp
index 4abb8b2..bdfeb4b 100644 (file)
@@ -53,6 +53,10 @@ public:
                Event_AppListChanged,
                Event_RegisterShortcut,
                Event_UpdateShortcut,
+               Event_SetDestination,
+               Event_CancelDestination,
+               Event_StartNavigation,
+               Event_StopNavigation,
                Event_Max
        };
 
@@ -85,8 +89,8 @@ public:
        int showNotification(json_object* json);
        int showInformation(json_object* json);
        int getRunnables(void);
-       int registerShortcut(json_object* json);
-       int updateShortcut(json_object* json);
+       int registerShortcut(const char* application_id, json_object* json);
+       int updateShortcut(const char* application_id, json_object* json);
 
 private:
        int initialize_websocket();