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