]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcobjecttype.fncs
Fix docs re 'orig' argument of FcPatternBuild and family
[fontconfig.git] / doc / fcobjecttype.fncs
index e10148a2269d12f4e6d92d4fb3f7e84b1292744a..f11137b626dc9ffddb117a5b3f3f917202f8948d 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * $Id$
+ * fontconfig/doc/fcobjecttype.fncs
  *
- * 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 'ntype' 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 'ntype' object types.
+Unregister <parameter>ntype</parameter> object types. Returns FcTrue.
 @@
 
 @RET@          const FcObjectType *
@@ -44,5 +46,5 @@ Unregister 'ntype' object types.
 @TYPE1@                const char *                    @ARG1@          object
 @PURPOSE@      Lookup an object type
 @DESC@
-Return the object type for the pattern element named 'object'.
+Return the object type for the pattern element named <parameter>object</parameter>.
 @@