docs: Add migration guide for libgirepository

This covers all the API changes from girepository-1.0 to
girepository-2.0 so far.

It was generated by manually looking through the changes in `git diff
af36393e6.. -- girepository/*.h`.

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

Helps: #3155
This commit is contained in:
Philip Withnall
2024-02-05 16:42:31 +00:00
parent 59a818c28b
commit bad849347d
3 changed files with 82 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
if get_option('documentation') and enable_gir
expand_content_files = [
'migrating-gi.md',
]
girepository_toml = configure_file(
input: 'girepository.toml.in',
output: 'girepository.toml',
@@ -21,5 +25,6 @@ if get_option('documentation') and enable_gir
'@INPUT1@',
],
build_by_default: true,
depend_files: expand_content_files,
)
endif