Skip to content

Commit

Permalink
Comment reasoning for manual methods
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed Oct 27, 2023
1 parent c150b76 commit 5db46b3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions glib/Gir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -721,58 +721,77 @@ 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]]
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]]
Expand Down

0 comments on commit 5db46b3

Please sign in to comment.