core: add autoptr cleanup methods to all internal types
This commit is contained in:
@@ -77,6 +77,7 @@ struct _MMPortSerialAtClass {
|
||||
};
|
||||
|
||||
GType mm_port_serial_at_get_type (void);
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (MMPortSerialAt, g_object_unref)
|
||||
|
||||
MMPortSerialAt *mm_port_serial_at_new (const char *name,
|
||||
MMPortSubsys subsys);
|
||||
|
Reference in New Issue
Block a user