]> git.sesse.net Git - vlc/commitdiff
lua: update documentation.
authorRémi Duraffort <ivoire@videolan.org>
Mon, 14 Dec 2009 17:38:08 +0000 (18:38 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Mon, 14 Dec 2009 17:38:57 +0000 (18:38 +0100)
share/lua/README.txt

index 1048176be98578192dbfb1e81fe957b606ef3988..7d6f3fbb95316e1d5276511c4e429e515dc9279d 100644 (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".