lua: add g_get_real/monotonic_time() bindings

Useful to tag objects with their creation time
This commit is contained in:
George Kiagiadakis
2021-04-13 19:33:06 +03:00
parent 6d84295fc5
commit 7c617742a9
2 changed files with 26 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ SANDBOX_EXPORT = {
Id = Id,
Features = Features,
Feature = Feature,
GLib = GLib,
Log = WpDebug,
Core = WpCore,
Plugin = WpPlugin_find,