From 5db46b3be5933cabc40289e1a5e50b6449b051e3 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Fri, 27 Oct 2023 11:49:18 +0100 Subject: [PATCH] Comment reasoning for manual methods --- glib/Gir.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/glib/Gir.toml b/glib/Gir.toml index 1598c4059160..3e842d0eb138 100644 --- a/glib/Gir.toml +++ b/glib/Gir.toml @@ -721,12 +721,15 @@ name = "GLib.MatchInfo" status = "generate" [[object.function]] name = "expand_references" + # impl IntoGStr for parameters instead of &str manual = true [[object.function]] name = "fetch_named" + # impl IntoGStr for parameters instead of &str manual = true [[object.function]] name = "fetch_named_pos" + # impl IntoGStr for parameters instead of &str manual = true [[object]] @@ -734,45 +737,61 @@ name = "GLib.Regex" status = "generate" [[object.function]] name = "check_replacement" + # impl IntoGStr for parameters instead of &str manual = true [[object.function]] name = "escape_nul" + # impl IntoGStr for parameters instead of &str manual = true [[object.function]] name = "escape_string" + # impl IntoGStr for parameters instead of &str manual = true [[object.function]] name = "match" + # implement in terms of match_full manual = true [[object.function]] name = "match_all" + # implement in terms of match_all_full manual = true [[object.function]] name = "match_all_full" + # impl IntoGStr for parameters instead of &str manual = true [[object.function]] name = "match_simple" + # impl IntoGStr for parameters instead of &str manual = true [[object.function]] name = "match_full" + # impl IntoGStr for parameters instead of &str manual = true [[object.function]] name = "replace" + # impl IntoGStr for parameters instead of &str manual = true [[object.function]] name = "replace_literal" + # impl IntoGStr for parameters instead of &str manual = true [[object.function]] name = "split" + # implement in terms of split_full manual = true [[object.function]] name = "split_full" + # impl IntoGStr for parameters instead of &str + # return slice of str pointers manual = true [[object.function]] name = "split_simple" + # impl IntoGStr for parameters instead of &str + # return slice of str pointers manual = true [[object.function]] name = "get_string_number" + # impl IntoGStr for parameters instead of &str manual = true [[object]]