Skip to content

Use G_DECLARE_INTERFACE() to cut boilerplate

Niels De Graef requested to merge wip/nielsdg/g-declare-interface into master

Use G_DECLARE_INTERFACE in several places to cut down on the required GObject boilerplate. It also has the nice advantage of already knowing your base interface from looking at the header.

Merge request reports