Neil Roberts cb114f43ab cogl: Add an internal utility to maintain a list of callback functions
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.
2010-08-12 11:54:42 +01:00
..
2010-07-15 17:27:15 +01:00
2010-07-15 17:27:15 +01:00
2010-06-01 12:08:18 +01:00
2010-08-09 19:38:23 +01:00