Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xvacreatenestedlist(3x11) [xfree86 man page]

XVaCreateNestedList(3X11)					  XLIB FUNCTIONS					 XVaCreateNestedList(3X11)

NAME
XVaCreateNestedList - allocate a nested variable argument list SYNTAX
typedef void * XVaNestedList; XVaNestedList XVaCreateNestedList(int dummy, ...); ARGUMENTS
dummy Specifies an unused argument (required by ANSI C). ... Specifies the variable length argument list. DESCRIPTION
The XVaCreateNestedList function allocates memory and copies its arguments into a single list pointer, which may be used as a value for arguments requiring a list value. Any entries are copied as specified. Data passed by reference is not copied; the caller must ensure 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
Xlib - C Language X Interface XFree86 Version 4.7.0 XVaCreateNestedList(3X11)

Check Out this Related Man Page

XSetICValues(3X11)						  XLIB FUNCTIONS						XSetICValues(3X11)

NAME
XSetICValues, XGetICValues - set and obtain XIC values SYNTAX
char * XSetICValues(ic, ...) XIC ic; char * XGetICValues(ic, ...) XIC ic; ARGUMENTS
ic Specifies the input context. ... Specifies the variable length argument list to set or get XIC values. DESCRIPTION
The XSetICValues function returns NULL if no error occurred; otherwise, it returns the name of the first argument that could not be set. An argument might not be set for any of the following reasons: o The argument is read-only (for example, XNFilterEvents). o The argument name is not recognized. o An implementation-dependent error occurs. Each value to be set must be an appropriate datum, matching the data type imposed by the semantics of the argument. The XSetICValues can generate BadAtom, BadColor, BadCursor, BadPixmap, and BadWindow errors. The XGetICValues function returns NULL if no error occurred; otherwise, it returns the name of the first argument that could not be obtained. An argument could not be obtained for any of the following reasons: o The argument name is not recognized. o The input method encountered an implementation-dependent error. Each IC attribute value argument (following a name) must point to a location where the IC value is to be stored. That is, if the IC value is of type T, the argument must be of type T*. If T itself is a pointer type, then XGetICValues allocates memory to store the actual data, and the client is responsible for freeing this data by calling XFree with the returned pointer. The exception to this rule is for an IC value of type XNVaNestedList (for preedit and status attributes). In this case, the argument must also be of type XVaNestedList. Then, the rule of changing type T to T* and freeing the allocated data applies to each element of the nested list. DIAGNOSTICS
BadAtom A value for an Atom argument does not name a defined Atom. BadColor A value for a Colormap argument does not name a defined Colormap. BadCursor A value for a Cursor argument does not name a defined Cursor. BadPixmap A value for a Pixmap argument does not name a defined Pixmap. BadWindow A value for a Window argument does not name a defined Window. SEE ALSO
XCreateIC(3X11), XOpenIM(3X11), XSetICFocus(3X11), XmbResetIC(3X11) Xlib - C Language X Interface X Version 11 Release 6.6 XSetICValues(3X11)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

No xorg.conf or XF86Config

There is no xorg.conf file and no XF86Config file on a certain FreeBSD machine: # locate xorg.conf /usr/local/man/man5/xorg.conf.5.gz # locate XF86Config # Can someone let me know if that means that there is a bare bones set up possible only? xrandr works fine, but I am looking for ways to... (6 Replies)
Discussion started by: figaro
6 Replies

2. Shell Programming and Scripting

Can a script resize it's own mintty console?

I'm looking for finer granularity than the 20 ANSI escape sequence screen modes. What I'd like to do is have the terminal increase it's own height when I have to show the user a long menu. Platform is Cygwin 64 running over Win 7 Pro. Mike (4 Replies)
Discussion started by: Michael Stora
4 Replies

3. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

4. Fedora

Fedora 30 and Slackware 14.2, how to obtain the same rendering?

Look this very good rendering on Slackware 14.2 in my opinion is near perfect. https://i.stack.imgur.com/q5trL.png Now look the same page on Fedora 30 https://i.stack.imgur.com/FBQv7.png In my opinion the fonts on Fedora are too small and difficult to read, I prefer the fat fonts of... (20 Replies)
Discussion started by: Linusolaradm1
20 Replies