mirror of
https://github.com/brl/mutter.git
synced 2025-03-20 02:05:10 +00:00

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.