diff options
-rw-r--r-- | libmm-glib/mm-common-helpers.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libmm-glib/mm-common-helpers.c b/libmm-glib/mm-common-helpers.c index 8c3415ff..1f146f6f 100644 --- a/libmm-glib/mm-common-helpers.c +++ b/libmm-glib/mm-common-helpers.c @@ -25,6 +25,11 @@ #include "mm-errors-types.h" #include "mm-common-helpers.h" +#if (!GLIB_CHECK_VERSION (2, 58, 0)) +G_DEFINE_AUTOPTR_CLEANUP_FUNC(GEnumClass, g_type_class_unref) +G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFlagsClass, g_type_class_unref) +#endif + /******************************************************************************/ /* Enums/flags to string builders */ |