X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/40647d7b7b7fbeae828e0a032a3c3a5f204cdfa8..c9914e54f16c3315d47040f4cca2d3788228c504:/examples/README diff --git a/examples/README b/examples/README index bcaf20c..1eebe55 100644 --- a/examples/README +++ b/examples/README @@ -5,8 +5,13 @@ 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, signals and others. + +my-person2.gob The same as above but using automatic initialization, + destruction and argument linking features of 0.93.0+