1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00

lua: update documentation.

This commit is contained in:
Rémi Duraffort 2009-12-14 18:38:08 +01:00
parent 3eec6e9cd2
commit 732a81ca06

View File

@ -292,6 +292,8 @@ var.add_callback( object, name, function, data ): Add a callback to the
var.del_callback( object, name, function, data ): Delete a callback to
the object's "name" variable. "function" and "data" must be the same as
when add_callback() was called.
var.trigger_callback( object, name ): Trigger the callbacks associated with the
object's "name" variable.
var.command( object name, name, argument ): Issue "object name"'s "name"
command with argument "argument".