mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-02 01:38:11 +02:00
lib: s/G_GNUC_DEPRECATED/G_DEPRECATED/
This one is more portable
This commit is contained in:
parent
0830362807
commit
3ff53f19e4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue