seed r199 - trunk/doc



Author: hortont
Date: Sat Nov  8 05:46:54 2008
New Revision: 199
URL: http://svn.gnome.org/viewvc/seed?rev=199&view=rev

Log:
Add Seed.quit docs.


Modified:
   trunk/doc/runtime.html

Modified: trunk/doc/runtime.html
==============================================================================
--- trunk/doc/runtime.html	(original)
+++ trunk/doc/runtime.html	Sat Nov  8 05:46:54 2008
@@ -195,6 +195,10 @@
 <p>
 An array representing the arguments passed to the <code>seed</code> interpreter.
 </p>
+<div class="section"><b>Seed.quit(<i>exitcode</i>)</b></div>
+<p>
+Terminates the execution of the Seed interpreter, returning <i>exitcode</i> as the exit value of the program.
+</p>
 <div class="section"><b><i>object</i>.signal.<i>signame</i>.connect</b>(function<i>, context, user_data </i>)</div>
 <p>
 Connects <i>function</i> to the signal, <i>signame</i>, on <i>object</i>. Any GObject signal will work. <i>context</i> is passed to the signal handler as the <code>this</code> object; if omitted, the global context is used. If present, user_data is passed as the last argument to the callback.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]