libgimpconfig: deprecate all GIMP_CONFIG_INSTALL_PROP_FOO() macros

This commit is contained in:
Michael Natterer 2016-04-17 00:12:33 +01:00
parent d17fa32ca2
commit f11e1d141d

View file

@ -173,6 +173,8 @@ G_BEGIN_DECLS
/* deprecated macros, they all lack the "nick" parameter */ /* deprecated macros, they all lack the "nick" parameter */
#ifndef GIMP_DISABLE_DEPRECATED
#define GIMP_CONFIG_INSTALL_PROP_BOOLEAN(class, id, name, blurb, default, flags) \ #define GIMP_CONFIG_INSTALL_PROP_BOOLEAN(class, id, name, blurb, default, flags) \
GIMP_CONFIG_PROP_BOOLEAN(class, id, name, NULL, 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) \ #define GIMP_CONFIG_INSTALL_PROP_POINTER(class, id, name, blurb, flags) \
GIMP_CONFIG_PROP_POINTER(class, id, name, NULL, blurb, flags) GIMP_CONFIG_PROP_POINTER(class, id, name, NULL, blurb, flags)
#endif /* GIMP_DISABLE_DEPRECATED */
G_END_DECLS G_END_DECLS