-
-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
[options]
work_mode = "normal"
library = "AstalApps"
version = "0.1"
girs_directories = ["/usr/share/gir-1.0"]
single_version_file = true
generate_safety_asserts = true
deprecate_by_min_version = true
When using the AstalApps-0.1.gir file with Rust's GIR tool (gtk-rs/gir), an error occurs due to an invalid format in the element. The error message is:
Error: "GirXml: /usr/share/gir-1.0/AstalApps-0.1.gir at line 615:2: Attribute `type` on element <constant> is required."The problematic section in /usr/share/gir-1.0/AstalApps-0.1.gir is:
<constant name="MAJOR_VERSION" c:identifier="ASTAL_APPS_MAJOR_VERSION" value="0">
<type name="gint" c:type="gint" />
</constant>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels