 |
Index for Section 9 |
|
 |
Alphabetical listing for L |
|
 |
Bottom of page |
|
LS_GetDeviceName(9u)
NAME
LS_GetDeviceName - Xdec: Returns a pointer to the device name
SYNOPSIS
char * LS_GetDeviceName(
LS_LibraryReq *libraries,
int index );
ARGUMENTS
libraries
Specifies a set of library records. This list may specify individual
libraries or a range of libraries.
index
Specifies the starting index into the list of library records.
DESCRIPTION
The Loadable Services (LS_) routines are defined by the Xdec Loadable
server in ./Xserver/loadable/loadable.c. The Xdec Loadable server
functionality is provided by Compaq's Tru64 UNIX Xserver and is not part of
the X.Org distribution. The LS_ routines are used for manipulating
information about Xserver ddx shared libraries and extension shared
libraries, defined in loadable.c or the Xserver configuration file.
/var/X11/Xserver.conf.
The LS_GetDeviceName routine accesses the list of libraries specified in
libraries and returns a pointer to the device name at the specified index.
RETURN VALUE
The LS_GetDeviceName routine returns a pointer to the device name.
SEE ALSO
Data Structures: LS_LibraryReq(9s)
Loadable Services Routines: LS_GetInitProc(9u), LS_GetInitProcName(9u),
LS_GetLibFileName(9u), LS_GetLibName(9u), LS_GetLibraryReqByLibName(9u)
LS_GetLibraryReqByDeviceName(9u) LS_GetLibraryReqByExtensionName(9u)
 |
Index for Section 9 |
|
 |
Alphabetical listing for L |
|
 |
Top of page |
|