XLIB FUNCTIONS XSetWMClientMachine(3x11)
NAME
XSetWMClientMachine, XGetWMClientMachine - set or read a
window's WM_CLIENT_MACHINE property
SYNTAXcc [ flag... ] file... -lX11 [ library... ]
void XSetWMClientMachine(Display *display, Window w,
XTextProperty *text_prop);
Status XGetWMClientMachine(Display *display, Window w,XTextProperty *text_prop_return);
ARGUMENTS display Specifies the connection to the X server.text_prop Specifies the XTextProperty structure to be used.
text_prop_return
Returns the XTextProperty structure. w Specifies the window.DESCRIPTION
The XSetWMClientMachine convenience function calls XSet-
TextProperty to set the WM_CLIENT_MACHINE property.
The XGetWMClientMachine convenience function performs anXGetTextProperty on the WM_CLIENT_MACHINE property. It
returns a nonzero status on success; otherwise, it returns a zero status. PROPERTIESWM_CLIENT_MACHINE
The string name of the machine on which the client application is running.SEE ALSO
XAllocClassHint(3x11), XAllocIconSize(3x11), XAllocSizeHints(3x11), XAllocWMHints(3x11), XSetCommand(3x11), XSetTransientForHint(3x11), XSetTextProperty(3x11), XSetWMColormapWindows(3x11), XSetWMIconName(3x11), XSetWMName(3x11), XSetWMProperties(3x11), XSetWMProtocols(3x11), XStringListToTextProperty(3x11)Xlib - C Language X Interface
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes: X Version 11 Last change: libX11 1.3.5 1XLIB FUNCTIONS XSetWMClientMachine(3x11)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libx11 ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libX11 1.3.5 2