forked from selaux/rsvg-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGir.toml
More file actions
38 lines (33 loc) · 701 Bytes
/
Gir.toml
File metadata and controls
38 lines (33 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[options]
girs_dir = "gir-files"
library = "Rsvg"
version = "2.0"
min_cfg_version = "2.36"
target_path = "."
work_mode = "normal"
generate_safety_asserts = false
deprecate_by_min_version = true
generate = [
"Rsvg.HandleFlags"
]
manual = [
"Rsvg.DimensionData",
"Rsvg.PositionData",
"cairo.Context",
"GdkPixbuf.Pixbuf",
"GLib.Error"
]
[[object]]
name = "Rsvg.Handle"
status = "generate"
[[object.function]]
pattern = "render_cairo(_sub)?"
[[object.function.parameter]]
name = "cr"
const = true
[[object.function]]
name = "get_base_uri"
ignore = true
[[object.property]]
name = "base-uri"
ignore = true