These are some example .gob files gtk-button-count.gob An example showing how simple it is to derive objects and override methods, this one implements 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 my-person.gob A simple file which can store some identity information about a person, it shows arguments, signals and others.