mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
Stop using g_pattern_match_string
It has been deprecated in favor of g_pattern_spec_match_string.
This commit is contained in:
parent
8c04801f6a
commit
fcc0f243cf
@ -559,7 +559,7 @@ main (int argc, char **argv)
|
||||
|
||||
for (i = 0; i < G_N_ELEMENTS (functions); i++)
|
||||
{
|
||||
if (!g_pattern_match_string (matcher, functions[i].name))
|
||||
if (!g_pattern_spec_match_string (matcher, functions[i].name))
|
||||
continue;
|
||||
|
||||
node = functions[i].func (n);
|
||||
|
Loading…
Reference in New Issue
Block a user