KNOWN_BUGS
author Michał Kępień <github@kempniu.pl>
Thu, 27 Sep 2018 21:38:25 +0200
changeset 725 05fa3e01e5b1
parent 590 bcbd229a80cb
child 726 ea6aaf57f344
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()
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
590
bcbd229a80cb Added File Listing Known Bugs
Jayson Vantuyl <jvantuyl@engineyard.com>
parents:
diff changeset
     1
No IPv6 Support
bcbd229a80cb Added File Listing Known Bugs
Jayson Vantuyl <jvantuyl@engineyard.com>
parents:
diff changeset
     2
Currently Leak Resolver Objects Due To Messy Allocation Path