]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcobjecttype.fncs
[doc] Fix inaccuracy in FcFontRenderPrepare docs (#16985)
[fontconfig.git] / doc / fcobjecttype.fncs
index 0cf55ea0a6c3e4238b195194e0b1367e3d04d897..8325dd64eda14edc8496c5fdccfa8acf2c007dd5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * Copyright © 2003 Keith Packard
+ * Copyright Â© 2003 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
 @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 *