Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DQDestroy(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026