diff options
Diffstat (limited to 'main/vapi/icu-uc.vapi')
-rw-r--r-- | main/vapi/icu-uc.vapi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/vapi/icu-uc.vapi b/main/vapi/icu-uc.vapi index 12cc0587..23732a15 100644 --- a/main/vapi/icu-uc.vapi +++ b/main/vapi/icu-uc.vapi @@ -1,6 +1,6 @@ namespace Unicode { [CCode (cprefix = "UCHAR_", cheader_filename = "unicode/uchar.h")] - enum Property { + public enum Property { EMOJI, EMOJI_PRESENTATION, EMOJI_MODIFIER, @@ -8,5 +8,5 @@ namespace Unicode { } [CCode (cname = "u_hasBinaryProperty", cheader_filename = "unicode/uchar.h")] - bool has_binary_property(unichar c, Property p); + public bool has_binary_property(unichar c, Property p); } |