~ubuntu-branches/ubuntu/lucid/fontconfig/lucid

« back to all changes in this revision

Viewing changes to doc/FcStrCopy.3

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2004-10-07 06:04:17 UTC
  • Revision ID: james.westby@ubuntu.com-20041007060417-dliqa1ebkoh7isns
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" This manpage has been automatically generated by docbook2man 
 
2
.\" from a DocBook document.  This tool can be found at:
 
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 
4
.\" Please send any bug reports, improvements, comments, patches, 
 
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
 
6
.TH "FcStrCopy" "3" "10 March 2004" "" ""
 
7
 
 
8
.SH NAME
 
9
FcStrCopy \- duplicate a string
 
10
.SH SYNOPSIS
 
11
.sp
 
12
\fB#include <fontconfig.h>
 
13
.sp
 
14
FcChar8 * FcStrCopy (const FcChar8 *\fIs\fB);
 
15
\fR
 
16
.SH "DESCRIPTION"
 
17
.PP
 
18
Allocates memory, copies \fIs\fR and returns the resulting
 
19
buffer.  Yes, this is \fBstrdup\fR, but that function isn't
 
20
available on every platform.
 
21
.SH "VERSION"
 
22
.PP
 
23
Fontconfig version 2.2.2