]> git.draconx.ca Git - gob-dx.git/blobdiff - examples/README
Release 0.92.3
[gob-dx.git] / examples / README
index bcaf20cb968ee53a379caf39fd21adf1983d15e3..d5be66583e83893726fab703c5cb9212041f4837 100644 (file)
@@ -5,7 +5,9 @@ gtk-button-count.gob    An example showing how simple it is to derive
                        a "click counting" on a GtkButton.  It defines
                        an argument for getting and setting the count
                        and it overrides the "clicked" default handler
-                       to count clicks
+                       to count clicks.  It also has inline documentation
+                       in gtk-doc style which gob 0.92.3+ can translate
+                       and stuff into the source file for you.
 
 my-person.gob          A simple file which can store some identity
                        information about a person, it shows arguments,