Skip to content

Commit 613ddee

Browse files
fengalinbilelmoussaoui
authored andcommitted
gtk4/{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 5bc7817 commit 613ddee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gtk4/Gir.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,6 +1933,8 @@ manual_traits = ["TextBufferExtManual"]
19331933
name = "Gtk.TextIter"
19341934
status = "generate"
19351935
boxed_inline = true
1936+
[[object.derive]]
1937+
name = "Debug"
19361938

19371939
[[object]]
19381940
name = "Gtk.TextTag"
@@ -2000,6 +2002,8 @@ status = "generate"
20002002
name = "Gtk.TreeIter"
20012003
status = "generate"
20022004
boxed_inline = true
2005+
[[object.derive]]
2006+
name = "Debug"
20032007

20042008
[[object]]
20052009
name = "Gtk.TreeListRow"

0 commit comments

Comments
 (0)