XTIMEQUERYEXTENSION

Section: TIME Extension (3)
Updated: 2007-08-30
Index Return to Main Contents
 

NAME

XtimeQueryExtension - return version and release of extension  

SYNOPSIS

#include <X11/extensions/Xtime.h>

int XtimeQueryExtension(Display *display, unsigned int version, unsigned int * revision , unsigned int * requestBase , unsigned int * eventBase , unsigned int * errorBase );

 

ARGUMENTS

display
Specifies the connection to the X server.
version
Returns major version number of extension.
revision
Returns minor version number of extension.
requestBase
Returns major opcode used by extension.
eventBase
Returns code of first event used by extension.
version
Returns code of first error used by extension.

 

DESCRIPTION

The XtimeQueryExtension function returns information for the TIME extension of the X display. It should be used by applications to query the existence of the extension before issuing any other function relating to the TIME extension.

 

RETURN VALUE

If the extension is present, the function returns zero. Otherwise the function returns non-zero

 

SEE ALSO

XtimeCreateClock(3), XtimeCreateScheduler(3)


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURN VALUE
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 13:14:25 GMT, January 31, 2008