Skip to content

cogl: remove CoglFuncPtr, use GCallback instead

Niels De Graef requested to merge wip/nielsdg/remove-coglfuncptr into master

They literally mean the same thing, so we shouldn't reinvent the wheel.

This is in line with some other MRs (like !321 (merged)) to clean up the Cogl API a bit, to keep down maintenance/development costs.

Merge request reports