]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcconstant.fncs
Fix problem dating back at least to 2.3.2 where globs weren't being applied
[fontconfig.git] / doc / fcconstant.fncs
index 0ba9d8d395fddba6b5388e0bb0cac03fb264e043..9617cba20cc61c70e1f2bdb87174e731deb48798 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
@@ -27,7 +27,7 @@
 @TYPE2@                int                             @ARG2@          nconsts
 @PURPOSE@      Register symbolic constants
 @DESC@
-Register 'nconsts' new symbolic constants.
+Register <parameter>nconsts</parameter> new symbolic constants.
 @@
 
 @RET@          FcBool
@@ -36,7 +36,7 @@ Register 'nconsts' new symbolic constants.
 @TYPE2@                int                             @ARG2@          nconsts
 @PURPOSE@      Unregister symbolic constants
 @DESC@
-Unregister 'nconsts' symbolic constants.
+Unregister <parameter>nconsts</parameter> symbolic constants.
 @@
 
 @RET@          const FcConstant *
@@ -44,7 +44,7 @@ Unregister 'nconsts' symbolic constants.
 @TYPE1@                FcChar8 *                       @ARG1@          string
 @PURPOSE@      Lookup symbolic constant
 @DESC@
-Return the FcConstant structure related to symbolic constant 'string'.
+Return the FcConstant structure related to symbolic constant <parameter>string</parameter>.
 @@
 
 @RET@          FcBool
@@ -53,6 +53,6 @@ Return the FcConstant structure related to symbolic constant 'string'.
 @TYPE2@                int *                           @ARG2@          result
 @PURPOSE@      Get the value for a symbolic constant
 @DESC@
-Returns whether a symbolic constant with name 'string' is registered,
-placing the value of the constant in 'result' if present.
+Returns whether a symbolic constant with name <parameter>string</parameter> is registered,
+placing the value of the constant in <parameter>result</parameter> if present.
 @@