Helper macro to declare const shortcuts
Helper macro to define user editable GObject properties.
Generate method trampolines. The alternative cases are:
Generate a getter method definiton that returns the method’s get trampoline (defined elsewhere)
Expand a wrapper type definition to its full implementation.
Generate a setter method definiton that returns the method’s set trampoline (defined elsewhere)
Helper macro to easily “inherit” property names from another type.
The convention is that property names are stored as type constant string slices.
Helper macro to call return; if a gtk dialog response calls for it