tests: Add a test for finding methods and vfuncs in a GIObjectInfo

Helps: #3246
This commit is contained in:
Philip Chimento
2024-02-05 18:40:58 +00:00
committed by Philip Withnall
parent 7acef299c2
commit 614437107a
2 changed files with 85 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ if enable_gir
'dependencies': [libffi_dep],
'depends': [glib_gir],
},
'object-info' : {
'depends': [gio_gir],
},
'repository' : {
'depends': [glib_gir, gio_gir, gobject_gir],
},