Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for gir collections #1320

Merged
merged 1 commit into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion gdk4/Gir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ manual = [
"cairo.Region",
"cairo.Surface",
"Gdk.KeymapKey",
"Gdk.TimeCoord",
"Gdk.ToplevelSize",
"GdkPixbuf.Pixbuf",
"Gio.AppLaunchContext",
Expand Down Expand Up @@ -608,6 +607,11 @@ concurrency = "send+sync"
[object.function.return]
bool_return_is_error = "Failed to save the texture as tiff"

[[object]]
name = "Gdk.TimeCoord"
status = "manual"
boxed_inline = true

[[object]]
name = "Gdk.Toplevel"
status = "generate"
Expand Down
12 changes: 10 additions & 2 deletions gsk4/Gir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,12 @@ manual = [
"Graphene.Vec2",
"Graphene.Vec3",
"Graphene.Vec4",
"Gsk.ColorStop",
"Gsk.NglRenderer",
"Gsk.ParseLocation",
"Gsk.RoundedRect",
"Gsk.Shadow",
"Gtk.Snapshot", # docs specific
"Pango.Font",
"Pango.GlyphInfo",
"Pango.GlyphString",
]

Expand Down Expand Up @@ -102,6 +100,11 @@ name = "Gsk.BroadwayRenderer"
status = "generate"
cfg_condition = "feature = \"broadway\""

[[object]]
name = "Gsk.ColorStop"
status = "manual"
boxed_inline = true

[[object]]
name = "Gsk.ContainerNode"
status = "generate"
Expand Down Expand Up @@ -202,3 +205,8 @@ status = "generate"
[[object.function]]
name = "parse"
manual = true # bool_return_is_error doesn't seem to work for it

[[object]]
name = "Pango.GlyphInfo"
status = "manual"
boxed_inline = true
12 changes: 10 additions & 2 deletions gtk4/Gir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ manual = [
"Gdk.Snapshot",
"Gdk.SurfaceEdge",
"Gdk.Texture",
"Gdk.TimeCoord",
"GdkPixbuf.Pixbuf",
"Gio.Action",
"Gio.ActionGroup",
Expand Down Expand Up @@ -364,7 +363,6 @@ manual = [
"Gtk.CssLocation",
"Gtk.ExpressionWatch", # can't be auto because of get_type being public until v4_2
"Gtk.PadActionEntry",
"Gtk.PageRange",
"Gtk.RecentData",
"Gtk.ResponseType",
"Pango.Alignment",
Expand Down Expand Up @@ -411,6 +409,11 @@ final_type = false
name = "get_scale_factor"
ignore = true # docs only, otherwise it gets picked as ExtManual

[[object]]
name = "Gdk.TimeCoord"
status = "manual"
boxed_inline = true

[[object]]
name = "Gio.Application"
status = "manual"
Expand Down Expand Up @@ -1706,6 +1709,11 @@ name = "Gtk.OverlayLayoutChild"
status = "generate"
generate_builder = false

[[object]]
name = "Gtk.PageRange"
status = "manual"
boxed_inline = true

[[object]]
name = "Gtk.PageSetup"
status = "generate"
Expand Down