glibmm
2.41.0
|
file | A relative path to a filename to open and parse. |
search_dirs | 0 -terminated array of directories to search. |
full_path | Return location for a string containing the full path of the file, or 0 . |
flags | Flags from KeyFileFlags. |
true
if a key file could be loaded, false
otherwise. file | A relative path to a filename to open and parse. |
search_dirs | 0 -terminated array of directories to search. |
full_path | Return location for a string containing the full path of the file, or 0 . |
flags | Flags from KeyFileFlags. |
true
if a key file could be loaded, false
otherwise. string_to_expand | The string to expand. |
0
if an error occurred. match_num | Number of the sub expression. |
0
if an error occurred. You have to free the string yourself. 0
-terminated array of gchar * pointers. It must be freed using g_strfreev(). If the previous match failed 0
is returned. name | Name of the subexpression. |
0
if an error occurred. You have to free the string yourself. name | Name of the subexpression. |
start_pos | Pointer to location where to store the start position, or 0 . |
end_pos | Pointer to location where to store the end position, or 0 . |
true
if the position was fetched, false
otherwise. If the position cannot be fetched, start_pos and end_pos are left unchanged. match_num | Number of the sub expression. |
start_pos | Pointer to location where to store the start position, or 0 . |
end_pos | Pointer to location where to store the end position, or 0 . |
true
if the position was fetched, false
otherwise. If the position cannot be fetched, start_pos and end_pos are left unchanged. true
if the match was partial, false
otherwise. true
if the previous match operation succeeded, false
otherwise. true
is the string matched, false
otherwise. main_help | If true , only include the main group. |
group | The OptionGroup to create help for, or 0 . |
replacement | The replacement string. |
has_references | Location to store information about references in replacement or 0 . |
name | Name of the subexpression. |
string | The string to scan for matches. |
string_len | The length of string, or -1 if string is nul-terminated. |
start_position | Starting index of the string to match. |
match_options | Match options. |
match_info | Pointer to location where to store the MatchInfo, or 0 if you do not need it. |
true
is the string matched, false
otherwise. string | The string to scan for matches. |
match_options | Match options. |
match_info | Pointer to location where to store the MatchInfo, or 0 if you do not need it. |
true
is the string matched, false
otherwise. string | The string to scan for matches. |
match_options | Match options. |
match_info | Pointer to location where to store the MatchInfo, or 0 if you do not need it. |
true
is the string matched, false
otherwise. string | The string to scan for matches. |
string_len | The length of string, or -1 if string is nul-terminated. |
start_position | Starting index of the string to match. |
match_options | Match options. |
match_info | Pointer to location where to store the MatchInfo, or 0 if you do not need it. |
true
is the string matched, false
otherwise. pattern | The regular expression. |
string | The string to scan for matches. |
compile_options | Compile options for the regular expression, or 0. |
match_options | Match options, or 0. |
true
if the string matched, false
otherwise. string | The string to perform matches against. |
string_len | The length of string, or -1 if string is nul-terminated. |
start_position | Starting index of the string to match. |
replacement | Text to replace each match with. |
match_options | Options for the match. |
string | String to perform matches against. |
string_len | The length of string, or -1 if string is nul-terminated. |
start_position | Starting index of the string to match. |
match_options | Options for the match. |
eval | A function to call for each match. |
user_data | User data to pass to the function. |
string | The string to perform matches against. |
string_len | The length of string, or -1 if string is nul-terminated. |
start_position | Starting index of the string to match. |
replacement | Text to replace each match with. |
match_options | Options for the match. |
string | The string to split with the pattern. |
string_len | The length of string, or -1 if string is nul-terminated. |
start_position | Starting index of the string to match. |
match_options | Match time option flags. |
max_tokens | The maximum number of tokens to split string into. If this is less than 1, the string is split completely. |
0
-terminated gchar ** array. Free it using g_strfreev(). string | The string to split with the pattern. |
match_options | Match time option flags. |
0
-terminated gchar ** array. Free it using g_strfreev(). pattern | The regular expression. |
string | The string to scan for matches. |
compile_options | Compile options for the regular expression, or 0. |
match_options | Match options, or 0. |
0
-terminated array of strings. Free it using g_strfreev().