diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-15 18:56:21 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-15 18:56:21 +0100 |
commit | ddb7d915a7509a35986ee77d83aa230ccbd028a6 (patch) | |
tree | cb5538cfc8ad5d48895fae61b82b48338b817f9b /libmm-glib/mm-pco.h | |
parent | 40e9434cc36174506ed9bbd01c8f78eaea673a2f (diff) |
libmm-glib: unconditionally define autoptr support for all types
As we now depend on glib 2.48
Diffstat (limited to 'libmm-glib/mm-pco.h')
-rw-r--r-- | libmm-glib/mm-pco.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libmm-glib/mm-pco.h b/libmm-glib/mm-pco.h index 7e7d4e56..e276e3b9 100644 --- a/libmm-glib/mm-pco.h +++ b/libmm-glib/mm-pco.h @@ -54,10 +54,7 @@ struct _MMPcoClass { }; GType mm_pco_get_type (void); - -#if GLIB_CHECK_VERSION(2, 44, 0) G_DEFINE_AUTOPTR_CLEANUP_FUNC (MMPco, g_object_unref) -#endif guint32 mm_pco_get_session_id (MMPco *self); gboolean mm_pco_is_complete (MMPco *self); |