mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 19:54:05 +02:00
Add deprecation guard to G_UNICODE_COMBINING_MARK
...since it's deprecated now and documented as such.
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user