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-call-list.h | |
parent | 19ddfa18bbbce29315429436f461696d50b752b3 (diff) |
core: add autoptr cleanup methods to all internal types
Diffstat (limited to 'src/mm-call-list.h')
-rw-r--r-- | src/mm-call-list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-call-list.h b/src/mm-call-list.h index 3f85d1d4..1183129e 100644 --- a/src/mm-call-list.h +++ b/src/mm-call-list.h @@ -55,6 +55,7 @@ struct _MMCallListClass { }; GType mm_call_list_get_type (void); +G_DEFINE_AUTOPTR_CLEANUP_FUNC (MMCallList, g_object_unref) MMCallList *mm_call_list_new (MMBaseModem *modem); |