mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimpconfig: deprecate all GIMP_CONFIG_INSTALL_PROP_FOO() macros
This commit is contained in:
parent
d17fa32ca2
commit
f11e1d141d
1 changed files with 4 additions and 0 deletions
|
@ -173,6 +173,8 @@ G_BEGIN_DECLS
|
|||
|
||||
/* deprecated macros, they all lack the "nick" parameter */
|
||||
|
||||
#ifndef GIMP_DISABLE_DEPRECATED
|
||||
|
||||
#define GIMP_CONFIG_INSTALL_PROP_BOOLEAN(class, id, name, blurb, default, flags) \
|
||||
GIMP_CONFIG_PROP_BOOLEAN(class, id, name, NULL, blurb, default, flags);
|
||||
|
||||
|
@ -218,6 +220,8 @@ G_BEGIN_DECLS
|
|||
#define GIMP_CONFIG_INSTALL_PROP_POINTER(class, id, name, blurb, flags) \
|
||||
GIMP_CONFIG_PROP_POINTER(class, id, name, NULL, blurb, flags)
|
||||
|
||||
#endif /* GIMP_DISABLE_DEPRECATED */
|
||||
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue