Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XFree(3X11) — OSF/1 1.0 (TIN) MIPS

Media Vault

Software Library

Restoration Projects

Artifacts Sought

XFree(3X11)  —  Subroutines

Version  —  11

NAME

XFree, XNoOp − free client data

SYNOPSIS

XFree(data)
   char ∗data;

XNoOp(display)
   Display ∗display;

PARAMETERS

displaySpecifies the connection to the X server. 

dataSpecifies a pointer to the data that is to be freed. 

DESCRIPTION

The XFree function is a general-purpose Xlib routine that frees the specified data. You must use it to free any objects that were allocated by Xlib.

The XNoOp function sends a NoOperation protocol request to the X server, thereby exercising the connection.

RELATED INFORMATION

Xlib − C Language X Interface

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