Revert "gvalue: Use g_value_clear as clear function"

This reverts commit 3bb2e8dfc9.
This commit is contained in:
Dan Winship 2015-10-02 10:00:54 -04:00
parent 8ed9e8c79f
commit 4c870904cd

View File

@ -23,4 +23,4 @@
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GObject, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GInitiallyUnowned, g_object_unref)
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GValue, g_value_clear)
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GValue, g_value_unset)