commit | b91904a40da6287f84bc79de60674fa57232ec09 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Jan 06 15:43:14 2015 -0800 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Jan 06 15:43:14 2015 -0800 |
tree | 00f1052f3cff46b9336fa836b7ba5195ee24de1c | |
parent | 81a31f3eff44a85bb2160d51156a01a18f0a97df [diff] [blame] |
[bindings] Replace deprecated allow-none with optional and nullable
diff --git a/src/hb-unicode.cc b/src/hb-unicode.cc index d59dfb2..fc19006 100644 --- a/src/hb-unicode.cc +++ b/src/hb-unicode.cc
@@ -157,7 +157,7 @@ /** * hb_unicode_funcs_create: (Xconstructor) - * @parent: (allow-none): + * @parent: (nullable): * * *