Skip to content

gimpobject: Use G_DECLARE_DERIVABLE_TYPE()

Niels De Graef requested to merge wip/nielsdg/gimpbject-declare-derivable into master

From the last commit message:

This removes quite a bit of the usual GObject boilerplate (and
technically gives us also g_autoptr support, although that is less
relevant for our use case). Since it's a base class, this will allow us
to also use the `G_DECLARE_*` macros on its subtypes.

Merge request reports