diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-09-19 20:26:43 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-09-19 20:27:10 +0200 |
commit | 00949c4ad34326722f6044a39aff8e1a33da6f18 (patch) | |
tree | d5a1e69dfb0f23458879dd09cedeb757931546b8 /src/mm-iface-modem-location.h | |
parent | 19ddfa18bbbce29315429436f461696d50b752b3 (diff) |
core: add autoptr cleanup methods to all internal types
Diffstat (limited to 'src/mm-iface-modem-location.h')
-rw-r--r-- | src/mm-iface-modem-location.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-iface-modem-location.h b/src/mm-iface-modem-location.h index c8b045af..d00ecc71 100644 --- a/src/mm-iface-modem-location.h +++ b/src/mm-iface-modem-location.h @@ -106,6 +106,7 @@ struct _MMIfaceModemLocation { }; GType mm_iface_modem_location_get_type (void); +G_DEFINE_AUTOPTR_CLEANUP_FUNC (MMIfaceModemLocation, g_object_unref) /* Initialize Location interface (async) */ void mm_iface_modem_location_initialize (MMIfaceModemLocation *self, |