mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
![Neil Roberts](/assets/img/avatar_default.png)
This adds an internal CoglCallbackList type which is just a GSList of of function pointers along with a data pointer to form a closure. There are functions to add and remove items and to invoke the list of functions. This could be used in a number of places in Cogl.