Skip to content

Add autocleanup definitions

Emmanuele Bassi requested to merge atk-autocleanup into master

The G_DEFINE_AUTOPTR_* macros are used to define various symbols needed in order to use the g_autoptr() macro in GLib, which are a requirement in order to use the G_DECLARE_* macros to cut down the GObject boilerplate in the headers.

Fixes: #10 (closed)

Edited by Emmanuele Bassi

Merge request reports