Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XieListFunctions(3X) — OSF/1 X2.0-8 MIPS

Media Vault

Software Library

Restoration Projects

Artifacts Sought

XieListFunctions(3X)  —  Subroutines

Digital

NAME

XieListFunctions − This routine obtains a list of XIE functions supported by your XIE server. 

C Format

strings = XieListFunctions(dpy)

C Argument Information

char      ∗∗strings;
Display     ∗dpy;

RETURN VALUES

The routine returns a pointer to an array of pointers in the strings argument. There are 256 pointers, 1 for each possible minor opcode value. You should free the array using the XieFree routine. 

PARAMETERS

dpyThe dpy argument specifies the identifier of the X11 display identifier returned by the XOpenDisplay routine. 

DESCRIPTION

This routine obtains a list of XIE operations supported by your XIE server.  The list contains the protocol name strings for all XIE protocol function minor op-codes supported by the XIE server specified by the dpy argument. The pointers are null for minor op-codes not yet implemented or unsupported by the server. You should not free the protocol name strings. 

XIE Events and Error Messages

Protocol Messages: None

XIE event returned: None

XieLib errors: None

XieServer errors: None
 

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