mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user