add als2019 source code
[src/libhomescreen.git] / include / libhomescreen.hpp
index e51e01c..0361fa4 100644 (file)
@@ -51,6 +51,7 @@ public:
                Event_ShowNotification,
                Event_ShowInformation,
                Event_AppListChanged,
+        Event_RegisterShortcut,
                Event_Max
        };
 
@@ -82,6 +83,7 @@ public:
        int showNotification(json_object* json);
        int showInformation(json_object* json);
        int getRunnables(void);
+       int registerShortcut(json_object* json);
 
 
 private: