[ Previous | Next | Contents | Glossary | Home | Search ]
x11 R6 Technical Reference

XListExtensions Extension Function

Purpose

Returns a list of all extensions supported by the server.

Library

Enhanced X-Windows Library (libX11.a)

C Syntax

char **XListExtensions(DisplayPtr, NumberExtensions)
Display *DisplayPtr;
int *NumberExtensions;

Description

The XListExtensions extension function returns a list of all extension functions supported by the server.

Parameters

DisplayPtr Specifies the display device.
NumberExtensions Returns the number of extension functions.

Return Values

ExtensionFunctions Provides a list of all extension functions supported by the server.

Related Information

Using Extensions in AIXwindows in AIX Version 4.3 AIXwindows Programming Guide.

The ListExtensions protocol request.

AIXwindows Overview for Programmers in AIX Version 4.3 AIXwindows Programming Guide.


[ Previous | Next | Contents | Glossary | Home | Search ]