We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e1d9e commit f209b3aCopy full SHA for f209b3a
gsk4/Gir.toml
@@ -79,7 +79,6 @@ manual = [
79
"Graphene.Vec4",
80
"Gsk.NglRenderer",
81
"Gsk.ParseLocation",
82
- "Gsk.RoundedRect",
83
"Gsk.Shadow",
84
"Gtk.Snapshot", # docs specific
85
"Pango.Font",
@@ -209,6 +208,16 @@ status = "generate"
209
208
name = "cr"
210
const = true
211
+[[object]]
212
+name = "Gsk.RoundedRect"
213
+status = "manual"
214
+ [[object.function]]
215
+ name = "init"
216
+ rename = "new"
217
218
+ name = "init_from_rect"
219
+ rename = "from_rect"
220
+
221
[[object]]
222
name = "Gsk.ShaderArgsBuilder"
223
status = "generate"
0 commit comments