gnome-control-center/panels/default-apps
Amy ea635be532 default-apps: switch away from deprecated function
cc-default-apps-panel.c:101 uses g_pattern_match_string, which is now
considered deprecated in Glib. It is better to use the 2.70+
g_pattern_spec_match_string, which works as a drop-in replacement. This
helps with function organization, as the original was created as a
general Glib function while g_pattern_spec_match_string works under the
PatternSpec module.

This patch swaps the usage to the newer function, creating no functional
difference and resolving a deprecated functions warning.
2022-06-10 18:08:41 +00:00
..
icons Add individual app icons 2022-01-31 14:08:22 +00:00
cc-default-apps-panel.c default-apps: switch away from deprecated function 2022-06-10 18:08:41 +00:00
cc-default-apps-panel.h info: Split default-apps into its own panel 2019-09-09 21:52:07 +00:00
cc-default-apps-panel.ui panels: Switch to CcPanel content 2022-01-20 02:23:42 +00:00
default-apps.gresource.xml info: Split default-apps into its own panel 2019-09-09 21:52:07 +00:00
gnome-default-apps-panel.desktop.in.in Add individual app icons 2022-01-31 14:08:22 +00:00
meson.build Add individual app icons 2022-01-31 14:08:22 +00:00