hpux man page for xvacreatenestedlist

Query: xvacreatenestedlist

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XVaCreateNestedList()													     XVaCreateNestedList()

Name
  XVaCreateNestedList - allocate a nested variable argument list.

Synopsis
XVaNestedList XVaCreateNestedList(dummy, ...)
	int dummy;

Arguments
  dummy     Unused argument (required by ANSI C).

  ...	    Specifies the variable length argument list.

Returns
  The variable-length argument list.

Availability
  Release 5 and later.

Description
  XVaCreateNestedList()  creates  a  nested  argument list of type XVaNestedList.  The first argument is an integer value which is unused but
  required because ANSI-C does not allow variable-length argument lists which do not have any "non-variable" arguments.  This first  argument
  is  followed	by a NULL-terminated variable-length argument list.  Generally, the arguments will be input method or input context attribute
  name/value pairs.

  Nested lists created in this way may be used in any of the input method and input context functions which require a  variable-length	argu-
  ment list.  Also, the XNPreeditAttributes and XNStatusAttributes input context attributes are of this type XVaNestedList.

  XVaCreateNestedList() allocates memory and copies its arguments into a single list pointer which may be used as value for arguments requir-
  ing a list value.  Any entries are copied as specified.  Data passed by reference is not copied; the caller must ensure that	data  remains
  valid for the lifetime of the nested list.  The list should be freed using XFree() when it is no longer needed.

See Also
  XCreateIC(), XSetICValues(), XGetICValues().

Xlib - Input Methods													     XVaCreateNestedList()
Related Man Pages
xseticvalues(3x11) - osf1
xseticvalues(3x11) - redhat
xgeticvalues(3) - debian
xseticvalues(3) - suse
xgeticvalues(3x11) - osf1
Similar Topics in the Unix Linux Community
How to list file size on HPUX?
PHP Man Pages Now Available (Over 10,000)
SAN Migration question
awk - Multi-line data to be stored in variable
Seeking Alternative for diff in hp