From: Nick Bowler Date: Sat, 8 Feb 2020 17:06:09 +0000 (-0500) Subject: Clean up get_type implementations a bit. X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/commitdiff_plain/9b591a326d98245379213aecaf39d1f44f4ff5a7?hp=9b591a326d98245379213aecaf39d1f44f4ff5a7 Clean up get_type implementations a bit. To simplify future code using the G_DEFINE_TYPE_xxx macros, move all the interface registration out of the get_type/register_type functions and into a separate function. And while we are doing this, factor out some common code between the different add_xxx_get_type functions. Should be no functional change. ---