diff --git a/gdk4/Gir.toml b/gdk4/Gir.toml index e90d5318cca5..9a730727f471 100644 --- a/gdk4/Gir.toml +++ b/gdk4/Gir.toml @@ -73,7 +73,6 @@ manual = [ "cairo.Region", "cairo.Surface", "Gdk.KeymapKey", - "Gdk.TimeCoord", "Gdk.ToplevelSize", "GdkPixbuf.Pixbuf", "Gio.AppLaunchContext", @@ -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" diff --git a/gsk4/Gir.toml b/gsk4/Gir.toml index e06850dc3270..0894b6d3722f 100644 --- a/gsk4/Gir.toml +++ b/gsk4/Gir.toml @@ -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", ] @@ -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" @@ -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 diff --git a/gtk4/Gir.toml b/gtk4/Gir.toml index d36b9381ff46..6f7db350e269 100644 --- a/gtk4/Gir.toml +++ b/gtk4/Gir.toml @@ -313,7 +313,6 @@ manual = [ "Gdk.Snapshot", "Gdk.SurfaceEdge", "Gdk.Texture", - "Gdk.TimeCoord", "GdkPixbuf.Pixbuf", "Gio.Action", "Gio.ActionGroup", @@ -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", @@ -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" @@ -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"