girepository: Add g_autoptr() and g_auto() support

This should make the code a bit more usable in situations where people
aren’t potentially using MSVC.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3255
This commit is contained in:
Philip Withnall
2024-02-14 11:54:48 +00:00
parent 39afe18221
commit 06a7258a8c
6 changed files with 423 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ girepo_headers = files(
'gipropertyinfo.h',
'giregisteredtypeinfo.h',
'girepository.h',
'girepository-autocleanups.h',
'gisignalinfo.h',
'gistructinfo.h',
'gitypeinfo.h',