openat: Fix warnings and commens when building unlinkat.c on Hurd.
[gnulib.git] / lib / unictype.in.h
index ce0957a..19faea1 100644 (file)
@@ -312,7 +312,12 @@ extern const char *
 extern const char *
        uc_bidi_category_name (int category);
 
-/* Return the bidi class given by name, e.g. "LRE".  */
+/* Return the long name of a bidi class.  */
+extern const char *
+       uc_bidi_class_long_name (int bidi_class);
+
+/* Return the bidi class given by name, e.g. "LRE", or by long name, e.g.
+   "Left-to-Right Embedding".  */
 extern int
        uc_bidi_class_byname (const char *bidi_class_name);
 /* Same; obsolete function name.  */
@@ -410,7 +415,12 @@ enum
 extern const char *
        uc_joining_type_name (int joining_type);
 
-/* Return the joining type given by name, e.g. "D".  */
+/* Return the long name of a joining type.  */
+extern const char *
+       uc_joining_type_long_name (int joining_type);
+
+/* Return the joining type given by name, e.g. "D", or by long name, e.g.
+   "Dual Joining".  */
 extern int
        uc_joining_type_byname (const char *joining_type_name);