[vlc-commits] commit: lua: update the documentation. ( Rémi Duraffort )
git at videolan.org
git at videolan.org
Tue Nov 2 17:44:59 CET 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Nov 2 17:44:41 2010 +0100| [ec1c77f9d4b555b0aadc12a5de4834474cc6b5f6] | committer: Rémi Duraffort
lua: update the documentation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec1c77f9d4b555b0aadc12a5de4834474cc6b5f6
---
share/lua/README.txt | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/share/lua/README.txt b/share/lua/README.txt
index 55fa352..d14efa0 100644
--- a/share/lua/README.txt
+++ b/share/lua/README.txt
@@ -404,6 +404,11 @@ var.command( object name, name, argument ): Issue "object name"'s "name"
var.libvlc_command( name, argument ): Issue libvlc's "name" command with
argument "argument".
+var.inc_integer( name ): Increment the given integer.
+var.dec_integer( name ): Decrement the given integer.
+var.count_choices( name ): Return the number of choices.
+var.toggle_bool( name ): Toggle the given boolean.
+
Video
-----
video.fullscreen( [status] ):
More information about the vlc-commits
mailing list