MAINTAINERS
author Michał Kępień <github@kempniu.pl>
Thu, 27 Sep 2018 21:38:25 +0200
changeset 725 05fa3e01e5b1
parent 672 71f60c55efb3
permissions -rw-r--r--
Move away from g_type_class_add_private() g_type_class_add_private() will be deprecated in GLib 2.58. Replace: - g_type_class_add_private() with G_DEFINE_TYPE_WITH_PRIVATE() - G_TYPE_INSTANCE_GET_PRIVATE() with *_get_instance_private()

Frank Zschockelt <lm@freakysoft.de>
Mikael Berthe <mikael@lilotux.net>