Skip to content

gobject: Fix macro name in comment; improve style

Robert Royals requested to merge raroyals/glib:correct-gtype-macro-comment into main

Comment referenced non-existent macro: G_DEFINE_TYPE_WITH_CODE_AND_PRELUDE but it should be: _G_DEFINE_TYPE_EXTENDED_WITH_PRELUDE

Merge request reports