girepository: Split GIValueInfo out of gienuminfo.c

It’s a separate type, so it would be less confusing if it were in its
own file.

This doesn’t change any API.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
Helps: #3155
This commit is contained in:
Philip Withnall
2024-01-17 13:43:58 +00:00
parent 515b3fc1dc
commit 9377a0dd54
6 changed files with 134 additions and 63 deletions

View File

@@ -62,6 +62,7 @@ girepo_headers = files(
'gitypes.h',
'giunioninfo.h',
'giunresolvedinfo.h',
'givalueinfo.h',
'givfuncinfo.h',
)
@@ -162,6 +163,7 @@ girepo_sources = files(
'gitypelib.c',
'giunioninfo.c',
'giunresolvedinfo.c',
'givalueinfo.c',
'givfuncinfo.c',
)