Skip to content

Commit 44c4ab3

Browse files
A6GibKmbilelmoussaoui
authored andcommitted
pango: Mark manual impls as such
This way we get docs.
1 parent 2660212 commit 44c4ab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pango/Gir.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ status = "generate"
106106
const = true
107107
[[object.function]]
108108
name = "reorder_items"
109-
ignore = true
109+
manual = true
110110
[[object.function]]
111111
name = "shape_full"
112112
# invalid length computation on Stash instead of str
113-
ignore = true
113+
manual = true
114114
[[object.function]]
115115
name = "shape_with_flags"
116116
# ivanlid length computation on a Option<str>, it should fallback to 0.
117-
ignore = true
117+
manual = true
118118

119119
[[object]]
120120
name = "Pango.Attribute"

0 commit comments

Comments
 (0)