mutter/cogl/cogl/deprecated
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-auto-texture.c cogl: Remove unused CoglTextureRectangle 2019-04-18 12:53:16 -04:00
cogl-auto-texture.h cogl: Remove unused cogl_texture_new_from_foreign 2019-04-18 12:53:09 -04:00
cogl-clutter-xlib.h cogl: use G_BEGIN_DECLS instead of COGL_BEGIN_DECLS 2018-11-23 08:55:43 +01:00
cogl-clutter.c cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-clutter.h cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-framebuffer-deprecated.c Don't use config.h in clutter and cogl 2016-07-20 14:23:48 +08:00
cogl-framebuffer-deprecated.h cogl: use G_BEGIN_DECLS instead of COGL_BEGIN_DECLS 2018-11-23 08:55:43 +01:00
cogl-material-compat.c cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-material-compat.h cogl: Remove always-true COGL_FEATURE_SHADERS_GLSL 2019-04-18 12:53:01 -04:00
cogl-program-private.h cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-program.c Use free_full on GSList's instead of foreach + free 2019-05-15 14:49:56 -05:00
cogl-shader-private.h cogl: Remove redundant function declarations 2019-01-22 18:31:52 +01:00
cogl-shader.c cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-shader.h cogl: Remove always-true COGL_FEATURE_SHADERS_GLSL 2019-04-18 12:53:01 -04:00
cogl-type-casts.h cogl: Let the g-ir-scanner see the type structs typedefs 2016-07-20 14:23:48 +08:00
cogl-vertex-buffer-private.h cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-vertex-buffer.c cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-vertex-buffer.h cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00