mutter/pango
Neil Roberts f38b7a78fb cogl: Use GHookList instead of CoglCallbackList
glib already has a data type to manage a list of callbacks called a
GHookList so we might as well use it instead of maintaining Cogl's own
type. The glib version may be slightly more efficient because it
avoids using a GList and instead encodes the prev and next pointers
directly in the GHook structure. It also has more features than
CoglCallbackList.
2011-03-14 18:18:15 +00:00
..
cogl-pango-display-list.c path 2.0: update path API for experimental 2.0 API 2010-11-11 13:17:26 +00:00
cogl-pango-display-list.h pango: Use CoglMaterial type for materials 2010-11-03 18:09:23 +00:00
cogl-pango-fontmap.c [cogl] move clutter/pango to clutter/cogl/pango 2009-10-16 18:58:51 +01:00
cogl-pango-glyph-cache.c cogl: Use GHookList instead of CoglCallbackList 2011-03-14 18:18:15 +00:00
cogl-pango-glyph-cache.h cogl: Use GHookList instead of CoglCallbackList 2011-03-14 18:18:15 +00:00
cogl-pango-private.h [cogl] move clutter/pango to clutter/cogl/pango 2009-10-16 18:58:51 +01:00
cogl-pango-render.c cogl: Use GHookList instead of CoglCallbackList 2011-03-14 18:18:15 +00:00
cogl-pango.h [cogl] move clutter/pango to clutter/cogl/pango 2009-10-16 18:58:51 +01:00
Makefile.am [cogl] move clutter/pango to clutter/cogl/pango 2009-10-16 18:58:51 +01:00