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

@@ -50,6 +50,7 @@
#include <girepository/gitypes.h>
#include <girepository/giunioninfo.h>
#include <girepository/giunresolvedinfo.h>
#include <girepository/givalueinfo.h>
#include <girepository/givfuncinfo.h>
G_BEGIN_DECLS