Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit ffa7bf7

Browse files
committed
gtk/{Text,Tree}Iter: derive Debug
So that a struct using these types can also auto derive Debug. Another solution could be to add a Debug impl in manual code, but since these are iterators, there's not much we can show.
1 parent 1617270 commit ffa7bf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gtk/Gir.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,6 +2276,8 @@ manual_traits = ["TextBufferExtManual"]
22762276
name = "Gtk.TextIter"
22772277
status = "generate"
22782278
boxed_inline = true
2279+
[[object.derive]]
2280+
name = "Debug"
22792281
[[object.function]]
22802282
name = "get_attributes"
22812283
manual = true
@@ -2394,6 +2396,8 @@ generate_builder = true
23942396
name = "Gtk.TreeIter"
23952397
status = "generate"
23962398
boxed_inline = true
2399+
[[object.derive]]
2400+
name = "Debug"
23972401

23982402
[[object]]
23992403
name = "Gtk.TreeModel"

0 commit comments

Comments
 (0)