vala r1555 - in trunk: . doc/vala



Author: juergbi
Date: Tue Jun  3 19:47:08 2008
New Revision: 1555
URL: http://svn.gnome.org/viewvc/vala?rev=1555&view=rev

Log:
2008-06-03  JÃrg Billeter  <j bitron ch>

	* doc/vala/delegates.xml:

	Document delegate syntax, based on patch by Phil Housley


Modified:
   trunk/ChangeLog
   trunk/doc/vala/delegates.xml

Modified: trunk/doc/vala/delegates.xml
==============================================================================
--- trunk/doc/vala/delegates.xml	(original)
+++ trunk/doc/vala/delegates.xml	Tue Jun  3 19:47:08 2008
@@ -3,7 +3,11 @@
 	<h>Delegates</h>
 	<section id="declaration">
 		<h>Delegate declarations</h>
-		<p>Documentation</p>
+		<p>A delegate represents a callback supplied by the programmer.</p>
+		<blockquote>
+delegate-declaration:
+	[ access-modifier ] <l>delegate</l> return-type qualified-identifier <l>(</l> parameter-list <l>)</l> <l>;</l>
+		</blockquote>
 	</section>
 </section>
 



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