diff options
Diffstat (limited to 'man/XtVaCreateArgsList.man')
-rw-r--r-- | man/XtVaCreateArgsList.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtVaCreateArgsList.man b/man/XtVaCreateArgsList.man index 624237b..843967b 100644 --- a/man/XtVaCreateArgsList.man +++ b/man/XtVaCreateArgsList.man @@ -67,19 +67,19 @@ Must be specified as NULL. Specifies a variable parameter list of resource name and value pairs. .SH DESCRIPTION The -.ZN XtVaCreateArgsList +.BR XtVaCreateArgsList function allocates memory and copies its arguments into a single list pointer, which may be used with -.ZN XtVaNestedList . +.BR XtVaNestedList . The end of both lists is identified by a \fIname\fP entry containing NULL. Any entries of type -.ZN XtVaTypedArg +.BR XtVaTypedArg are copied as specified without applying conversions. Data passed by reference (including Strings) are not copied, only the pointers themselves; the caller must ensure that the data remain valid for the lifetime of the created varargs list. The list should be freed using -.ZN XtFree +.BR XtFree when no longer needed. .SH "SEE ALSO" .br |