mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 17:38:56 +00:00
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.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%