diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:55 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:55 +0000 |
commit | 83652d15f9f1692730e5d9457ddf4086dc70704f (patch) | |
tree | 7f963fc5e7f2ed469348ebbf7057d0f55c720851 /specs/Xaw/AsciiSource | |
parent | 67f7a131c3e3616149d4775546dba04857607f96 (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'specs/Xaw/AsciiSource')
-rw-r--r-- | specs/Xaw/AsciiSource | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/Xaw/AsciiSource b/specs/Xaw/AsciiSource index 38b45ec..3dfe7ac 100644 --- a/specs/Xaw/AsciiSource +++ b/specs/Xaw/AsciiSource @@ -69,7 +69,7 @@ is not affected by subsequent updates to the text buffer, i.e., it is not updated as the user types input into the text buffer. This copy is freed upon the next call to XtGetValues to retrieve the string resource; however, to conserve memory, -there is a convenience routine, \fBXawAsciiSrcFreeString\fP, allowing the +there is a convenience routine, \fBXawAsciiSourceFreeString\fP, allowing the application programmer to direct the widget to free the copy. .LP When the resource \fBuseStringInPlace\fP is true and the AsciiSrc object @@ -135,7 +135,7 @@ space must be allocated whenever the file is saved, or the string is requested with a call to \fBXtGetValues\fP. This memory is allocated on the fly, and remains valid until the next time a string needs to be allocated. You may save memory by freeing this string as soon as you are done -with it by calling \fBXawAsciiSrcFreeString\fP. +with it by calling \fBXawAsciiSourceFreeString\fP. .FD 0 void XawAsciiSourceFreeString(\fIw\fP) .IN "XawAsciiSourceFreeString" "" @DEF@ |