mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
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:
@@ -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',
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user