Skip to content

Commit

Permalink
Merge pull request #1320 from jf2048/collection-fix
Browse files Browse the repository at this point in the history
Prepare for gir collections
  • Loading branch information
sdroege committed Mar 1, 2023
2 parents bb19d8f + e12dd60 commit 5def206
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
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

0 comments on commit 5def206

Please sign in to comment.