[vlc-devel] commit: lua: update documentation. ( Rémi Duraffort )

git version control git at videolan.org
Mon Dec 14 18:39:09 CET 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Dec 14 18:38:08 2009 +0100| [732a81ca06a922e75105bc1f269137cd49c20251] | committer: Rémi Duraffort 

lua: update documentation.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=732a81ca06a922e75105bc1f269137cd49c20251
---

 share/lua/README.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/share/lua/README.txt b/share/lua/README.txt
index 1048176..7d6f3fb 100644
--- a/share/lua/README.txt
+++ b/share/lua/README.txt
@@ -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".




More information about the vlc-devel mailing list