GObject#
All GObjects in Ignis should inherit from the IgnisGObject class,
which provides additional functionality and thread-safe signal operations.
All other stuff (properties, signals) follow the standard PyGObject way.
Use IgnisProperty and IgnisSignal decorators to define properties and signals respectively.