mutter/cogl/cogl-pango
Marco Trevisan (Treviño) 7a17e236f7 Use free_full on GSList's instead of foreach + free
GList's used in legacy code were free'd using a g_slist_foreach + g_slist_free,
while we can just use g_slist_free_full as per GLib 2.28.

So replace code where we were using this legacy codepath.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/576
2019-05-15 14:49:56 -05:00
..
cogl-pango-display-list.c Use free_full on GSList's instead of foreach + free 2019-05-15 14:49:56 -05:00
cogl-pango-display-list.h cogl: use G_BEGIN_DECLS instead of COGL_BEGIN_DECLS 2018-11-23 08:55:43 +01:00
cogl-pango-fontmap.c cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-pango-glyph-cache.c cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-pango-glyph-cache.h cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-pango-pipeline-cache.c cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-pango-pipeline-cache.h cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-pango-private.h cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-pango-render.c cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-pango.h cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-pango.symbols move everything into a cogl/ directory 2016-04-22 16:44:31 +02:00
libmutter-cogl-pango.map meson: Fix map files and load them to hide private symbols 2019-01-23 13:03:40 +00:00
meson.build build: Don't use absolute paths with subdir keyword 2019-03-18 12:37:14 +00:00
mutter-cogl-pango.pc.in build: Fix include and lib paths in autotools .pc files 2018-11-07 14:29:30 +01:00