Skip to content

Fix examples to use PREFIX_TYPE_OBJECT macro format

Geoff Hill requested to merge geoffhill/gtk:examples-macro-rename into main

Unless I'm mistaken, the macro names used for custom objects in the example apps are incorrect according to GObject conventions.

They have the form PREFIX_OBJECT_TYPE, while they should have the form PREFIX_TYPE_OBJECT.

Merge request reports