]> git.sesse.net Git - vlc/commit
Extensions: Lua implementation for dialogs
authorJean-Philippe André <jpeg@videolan.org>
Tue, 10 Nov 2009 17:24:58 +0000 (18:24 +0100)
committerJean-Philippe André <jpeg@videolan.org>
Sun, 24 Jan 2010 15:05:15 +0000 (16:05 +0100)
commitc6912c8158befac0fa7f3c6823289e8988d54a2c
tree88de2f843ae2d7ee69c025474804fd6927c98168
parent8c64238e463aac8855dacc3aad4588e2b0a25d95
Extensions: Lua implementation for dialogs

New vlc.dialog library, that allows users to create scriptable dialogs.
The calling vlc_object_t should have register a callback for the variable
"dialog-event".
modules/misc/lua/libs/dialog.c [new file with mode: 0644]