XAllocClassHint

Syntax

XClassHint *XAllocClassHint()

Arguments

Description

The XAllocClassHint() function allocates and returns a pointer to a XClassHint structure. Note that the pointer fields in the XClassHint structure are initially set to NULL. If insufficient memory is available, XAllocClassHint() returns NULL. To free the memory allocated to this structure, use XFree().

See also

XAllocIconSize(), XAllocSizeHints(), XAllocWMHints(), XFree(), XGetClassHint(), XSetClassHint(), XSetCommand(), XSetTextProperty(), XSetTransientForHint(), XSetWMClientMachine(), XSetWMColormapWindows(), XSetWMIconName(), XSetWMName(), XSetWMNormalHints(), XSetWMProperties(), XSetWMProtocols(), XSetWMSizeHints(), XStringListToTextProperty(), "Setting and Reading the WM_CLASS Property".
Christophe Tronche, ch@tronche.com