 |
Index for Section 9 |
|
 |
Alphabetical listing for L |
|
 |
Bottom of page |
|
LS_GetLibName(9u)
NAME
LS_GetLibName - Xdec: Returns a pointer to the library name
SYNOPSIS
char *LS_GetLibName(
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_GetLibName routine accesses the list of libraries specified in
libraries and returns a pointer to the library name at the specified index.
RETURN VALUE
The LS_GetLibName routine returns a pointer to the library name.
SEE ALSO
Data Structures: LS_LibraryReq(9s)
Loadable Services Routines: LS_GetDeviceName(9u), LS_GetInitProc(9u),
LS_GetInitProcName(9u), LS_GetLibFileName(9u)
 |
Index for Section 9 |
|
 |
Alphabetical listing for L |
|
 |
Top of page |
|