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