glcGetListc(3G) OpenGL Character Renderer glcGetListc(3G)
NAME
glcGetListc - return element from list
C SPECIFICATION
const GLCchar* glcGetListc( GLCenum inAttrib,
GLint inIndex )
PARAMETERS
inAttrib Specifies a string list.
inIndex Specifies the index from which to retrieve an element.
DESCRIPTION
glcGetListc returns the string it finds in inAttrib at the offset
specified by inIndex.
You can currently query the string list GLCCATALOGLIST, which has an
element count variable of GLCCATALOGCOUNT and the empty list as an
initial value.
ERRORS
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
GLCPARAMETERERROR is generated if inIndex is less than zero or is
greater than or equal to the value of the list's element count value.
SEE ALSO
glcGetListi
Page 1