mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Add deprecation guard to G_UNICODE_COMBINING_MARK
...since it's deprecated now and documented as such.
This commit is contained in:
parent
4f36eb0f6d
commit
668c399077
@ -156,7 +156,9 @@ typedef enum
|
|||||||
*
|
*
|
||||||
* Deprecated: 2.30: Use %G_UNICODE_SPACING_MARK.
|
* Deprecated: 2.30: Use %G_UNICODE_SPACING_MARK.
|
||||||
*/
|
*/
|
||||||
|
#ifndef G_DISABLE_DEPRECATED
|
||||||
#define G_UNICODE_COMBINING_MARK G_UNICODE_SPACING_MARK
|
#define G_UNICODE_COMBINING_MARK G_UNICODE_SPACING_MARK
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GUnicodeBreakType:
|
* GUnicodeBreakType:
|
||||||
|
Loading…
Reference in New Issue
Block a user