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

Commit 0d6c706

Browse files
committed
gtk/gir: ignore some GtkBuilder methods (due to custom return codes)
1 parent 52000cd commit 0d6c706

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

gtk/Gir.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,21 @@ manual_traits = ["BuilderExtManual"]
527527
#downcast
528528
ignore = true
529529
doc_trait_name = "BuilderExtManual"
530+
[[object.function]]
531+
pattern = "add_from_.+"
532+
#non-boolean return code
533+
manual = true
534+
doc_trait_name = "BuilderExtManual"
535+
[[object.function]]
536+
pattern = "add_objects_from_.+"
537+
#non-boolean return code
538+
manual = true
539+
doc_trait_name = "BuilderExtManual"
540+
[[object.function]]
541+
pattern = "extend_with_template"
542+
#non-boolean return code
543+
manual = true
544+
doc_trait_name = "BuilderExtManual"
530545

531546
[[object]]
532547
name = "Gtk.Button"

0 commit comments

Comments
 (0)