Windows PowerShell command on Get-command XtVaCreateArgsList
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man XtVaCreateArgsList

XT FUNCTIONS XtVaCreateArgsList(3xt)

NAME

XtVaCreateArgsList - dynamically allocate a varargs list

SYNTAX

cc [ flag... ] file... -lXt [ library... ]

XtVarArgsList XtVaCreateArgsList(XtPointer unused, ...);

ARGUMENTS unused Must be specified as NULL. ... Specifies a variable parameter list of resource name and value pairs.

DESCRIPTION

The XtVaCreateArgsList function allocates memory and copies

its arguments into a single list pointer, which may be used with XtVaNestedList. The end of both lists is identified by

a name entry containing NULL. Any entries of type XtVa-

TypedArg are copied as specified without applying conver-

sions. 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 XtFree when no longer needed.

SEE ALSO

X Toolkit Intrinsics - C Language Interface

Xlib - C Language X Interface

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

__________________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|___________________________________|

| Availability | x11/library/toolkit/libxt |

|_____________________________|___________________________________|

| Interface Stability | Committed |

|_____________________________|___________________________________|

| MT-Level | See XtToolkitThreadInitialize(3XT)|

|_____________________________|___________________________________|

X Version 11 Last change: libXt 1.0.8 1




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™