Clean up some comments
This commit is contained in:
parent
1e744239cb
commit
7ac82e5d1b
|
|
@ -78,7 +78,7 @@ status = "generate"
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
# we get this for free, I think?
|
# clone() should already be this
|
||||||
name = "dup"
|
name = "dup"
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
|
|
@ -86,23 +86,20 @@ status = "generate"
|
||||||
name = "OSTree.Repo"
|
name = "OSTree.Repo"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
# crashes while generating, not sure what's wrong with this; might be a gir issue
|
# these all don't generate properly
|
||||||
name = "write_metadata_async"
|
pattern = "write_metadata_async|write_content_async|pull_from_remotes_async|find_remotes_async"
|
||||||
ignore = true
|
|
||||||
|
|
||||||
[[object.function]]
|
|
||||||
# these async functions generate bad code for different reasons
|
|
||||||
pattern = "write_content_async|pull_from_remotes_async|find_remotes_async"
|
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "OSTree.RepoFinderResult"
|
name = "OSTree.RepoFinderResult"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
|
# array helper function
|
||||||
name = "freev"
|
name = "freev"
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
|
# clone() should already be this
|
||||||
name = "dup"
|
name = "dup"
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue