]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcobjecttype.fncs
[fclang] Implement FcLangSetGetLangs() (#18846)
[fontconfig.git] / doc / fcobjecttype.fncs
index 278b9eedaf2f83ef2a506359ba0012e56b9a3b6d..f11137b626dc9ffddb117a5b3f3f917202f8948d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id$
+ * fontconfig/doc/fcobjecttype.fncs
  *
  * Copyright © 2003 Keith Packard
  *
 @RET@          FcBool
 @FUNC@         FcNameRegisterObjectTypes
 @TYPE1@                const FcObjectType *            @ARG1@          types
-@TYPE2@                int                             @ARG2@          ntype
+@TYPE2@                int%                            @ARG2@          ntype
 @PURPOSE@      Register object types
 @DESC@
-Register <parameter>ntype</parameter> new object types.
+Register <parameter>ntype</parameter> new object types. Returns FcFalse if
+some of the names cannot be
+registered (due to allocation failure). Otherwise returns FcTrue.
 @@
 
 @RET@          FcBool
 @FUNC@         FcNameUnregisterObjectTypes
 @TYPE1@                const FcObjectType *            @ARG1@          types
-@TYPE2@                int                             @ARG2@          ntype
+@TYPE2@                int%                            @ARG2@          ntype
 @PURPOSE@      Unregister object types
 @DESC@
-Unregister <parameter>ntype</parameter> object types.
+Unregister <parameter>ntype</parameter> object types. Returns FcTrue.
 @@
 
 @RET@          const FcObjectType *