X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=doc%2Ffccache.fncs;h=f35c5d7cb12f7396773b50b0e8f9c63a1ae68e8d;hb=5aaf466d3899842763e746a9c2b745748eb34b48;hp=0a08632acea42c42ba53906f6a3963c1717ad871;hpb=a190678e3c4497870679808dde418191407be91d;p=fontconfig.git diff --git a/doc/fccache.fncs b/doc/fccache.fncs index 0a08632..f35c5d7 100644 --- a/doc/fccache.fncs +++ b/doc/fccache.fncs @@ -5,15 +5,15 @@ * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting - * documentation, and that the name of Keith Packard not be used in + * documentation, and that the name of the author(s) not be used in * advertising or publicity pertaining to distribution of the software without - * specific, written prior permission. Keith Packard makes no + * specific, written prior permission. The authors make no * representations about the suitability of this software for any purpose. It * is provided "as is" without express or implied warranty. * - * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO - * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR @@ -32,7 +32,7 @@ This function returns the directory from which the cache was constructed. @FUNC@ FcCacheCopySet @TYPE1@ const FcCache * @ARG1@ cache @PURPOSE@ Returns a copy of the fontset from cache -@DESC +@DESC@ The returned fontset contains each of the font patterns from cache. This fontset may be modified, but the patterns from the cache are read-only. @@ -43,7 +43,7 @@ from the cache are read-only. @TYPE1@ const FcCache * @ARG1@ cache @TYPE2@ int @ARG2@ i @PURPOSE@ Return the i'th subdirectory. -@DESC +@DESC@ The set of subdirectories stored in a cache file are indexed by this function, i should range from 0 to n-1, where n is the return @@ -54,7 +54,7 @@ value from FcCacheNumSubdir. @FUNC@ FcCacheNumSubdir @TYPE1@ const FcCache * @ARG1@ cache @PURPOSE@ Return the number of subdirectories in cache. -@DESC +@DESC@ This returns the total number of subdirectories in the cache. @@ @@ -62,7 +62,7 @@ This returns the total number of subdirectories in the cache. @FUNC@ FcCacheNumFont @TYPE1@ const FcCache * @ARG1@ cache @PURPOSE@ Returns the number of fonts in cache. -@DESC +@DESC@ This returns the number of fonts which would be included in the return from FcCacheCopySet. @@