seed r534 - trunk/doc



Author: hortont
Date: Mon Dec 22 23:12:36 2008
New Revision: 534
URL: http://svn.gnome.org/viewvc/seed?rev=534&view=rev

Log:
Update docs to connect having no more this argument.


Modified:
   trunk/doc/runtime.html

Modified: trunk/doc/runtime.html
==============================================================================
--- trunk/doc/runtime.html	(original)
+++ trunk/doc/runtime.html	Mon Dec 22 23:12:36 2008
@@ -174,10 +174,10 @@
 <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>)<br/>
+<div class="section"><b><i>object</i>.signal.<i>signame</i>.connect</b>(function<i>, user_data</i>)<br/>
 <b><i>object</i>.connect</b>(signame, function, <i>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.
+Connects <i>function</i> to the signal, <i>signame</i>, on <i>object</i>. Any GObject signal will work. If present, user_data is passed as the last argument to the callback.
 </p>
 <pre>
 function button_clicked()



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