02b597b690
I'm going to add a new user soon. This should probably be a best practice. Ideally...cbindgen would have a way to add some wrapper bits around any types it defines or something? Closes: #1559 Approved by: jlebon
11 lines
283 B
TOML
11 lines
283 B
TOML
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
|
language = "C"
|
|
header = "#include <gio/gio.h>\ntypedef GError RORGError;"
|
|
trailer = """
|
|
G_DEFINE_AUTOPTR_CLEANUP_FUNC(RORTreefile, ror_treefile_free)
|
|
"""
|
|
|
|
|
|
[export]
|
|
prefix = "ROR"
|