NAME
XmuDQDestroy — destroy a display queue, and optionally call callbacks.
SYNOPSIS
#include <X11/Xmu/DisplayQue.h>
Bool XmuDQDestroy(q, docallbacks)
XmuDisplayQueue ∗q;
Bool docallbacks;
ARGUMENTS
qSpecifies the queue to destroy.
docallbacks
Specifies whether the close callback functions should be called.
DESCRIPTION
XmuDQDestroy releases all memory associated with the specified queue. If docallbacks is True, then the queue’s close callback (if non-NULL) is first called for each display in the queue, even though XCloseDisplay() is not called on the display.
SEE ALSO
XmuDQAddDisplay, XmuDQCreate, XmuDQLookupDisplay, XmuDQNDisplays, XmuDQRemoveDisplay.
Xlib Reference Manual