gtk+-3.0: Update to 3.0.5
[vala-lang.git] / doc / vala / delegates.xml
blob1eac49664e338c9f9a8afbb517d46fb030a9040c
1 <?xml version="1.0"?>
2 <section id="delegates">
3         <h>Delegates</h>
4         <section id="declaration">
5                 <h>Delegate declarations</h>
6                 <p>A delegate represents a callback supplied by the programmer.</p>
7                 <blockquote>
8 delegate-declaration:
9         [ access-modifier ] <l>delegate</l> return-type qualified-identifier <l>(</l> parameter-list <l>)</l> <l>;</l>
10                 </blockquote>
11         </section>
12 </section>