core: add autoptr cleanup methods to all internal types

This commit is contained in:
Aleksander Morgado
2020-09-19 20:26:43 +02:00
parent 19ddfa18bb
commit 00949c4ad3
48 changed files with 55 additions and 3 deletions

View File

@@ -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);