lib: s/G_GNUC_DEPRECATED/G_DEPRECATED/

This one is more portable
This commit is contained in:
George Kiagiadakis 2021-07-16 12:59:46 +03:00
parent 0830362807
commit 3ff53f19e4

View file

@ -71,12 +71,12 @@ const gchar * wp_get_xdg_state_dir (void);
WP_API
const gchar * wp_get_xdg_config_dir (void);
G_GNUC_DEPRECATED_FOR (wp_find_config_file)
WP_API
G_DEPRECATED_FOR (wp_find_config_file)
const gchar * wp_get_config_dir (void);
G_GNUC_DEPRECATED_FOR (wp_find_sysconfig_file)
WP_API
G_DEPRECATED_FOR (wp_find_sysconfig_file)
const gchar * wp_get_data_dir (void);
WP_API