[tuxdroid-svn] r398 - api/python/trunk
Status: Beta
Brought to you by:
ks156
From: remi <c2m...@c2...> - 2007-06-19 09:01:21
|
Author: remi Date: 2007-06-19 11:01:20 +0200 (Tue, 19 Jun 2007) New Revision: 398 Modified: api/python/trunk/tuxapi_class.py Log: UPD Docstring update Modified: api/python/trunk/tuxapi_class.py =================================================================== --- api/python/trunk/tuxapi_class.py 2007-06-19 07:55:42 UTC (rev 397) +++ api/python/trunk/tuxapi_class.py 2007-06-19 09:01:20 UTC (rev 398) @@ -68,6 +68,8 @@ Call the destroying function at the end of your script for closing the api correctly. >>> tux.destroy() + + "tts" class is compatible with "tuxttsd" v 0.3.0 or more recent """ #-------------------------------------------------------------------------- # Constructor of class @@ -646,13 +648,10 @@ Class which manages the system functions Functions list for the users: - tux.sys.add_notification tux.sys.add_time_event - tux.sys.clear_notification tux.sys.clear_time_events tux.sys.delayed_function tux.sys.looped_function - tux.sys.remove_notification tux.sys.shell tux.sys.shell_free tux.sys.time @@ -4447,6 +4446,7 @@ tux.misc.doc tux.misc.build_documentation tux.misc.print_api_version + tux.misc.simulate_remote_key """ #-------------------------------------------------------------------------- # Constructor of class |