eolian: expose API to retrieve the class of an event
authorDaniel Kolesa <d.kolesa@samsung.com>
Sun, 4 Nov 2018 17:32:05 +0000 (18:32 +0100)
committerYeongjong Lee <yj34.lee@samsung.com>
Thu, 8 Nov 2018 06:40:48 +0000 (15:40 +0900)
commita88d6ebc19c5107b314ccfb9c2863efb8bbb61c0
tree36ed71532ad2067ff7ce084df0e3930dc16a2a21
parent36102c159cdd85d804c89bdf323c94020f39bc2d
eolian: expose API to retrieve the class of an event

This information has been stored and used in Eolian until now
but not exposed to the API user. While there are roundabout ways
to retrieve the class for an event, this one is direct and costs
us nothing.
src/bindings/luajit/eolian.lua
src/lib/eolian/Eolian.h
src/lib/eolian/database_event_api.c