conf: clean up comments a bit
This commit is contained in:
parent
9e8192fec8
commit
7f8f32e4d0
|
|
@ -76,6 +76,7 @@ manual = [
|
||||||
]
|
]
|
||||||
|
|
||||||
ignore = [
|
ignore = [
|
||||||
|
# only used for the already-deprecated checkout_tree_at function
|
||||||
"OSTree.RepoCheckoutOptions",
|
"OSTree.RepoCheckoutOptions",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -99,8 +100,16 @@ status = "generate"
|
||||||
name = "OSTree.Repo"
|
name = "OSTree.Repo"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
# these all don't generate properly
|
# this one crashes gir, somehow
|
||||||
pattern = "write_metadata_async|write_content_async|pull_from_remotes_async|find_remotes_async"
|
name = "write_metadata_async"
|
||||||
|
ignore = true
|
||||||
|
[[object.function]]
|
||||||
|
# this one generates a guchar** incorrectly
|
||||||
|
name = "write_content_async"
|
||||||
|
ignore = true
|
||||||
|
[[object.function]]
|
||||||
|
# these fail because of issues with zero-terminated arrays
|
||||||
|
pattern = "find_remotes_async|pull_from_remotes_async"
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue