Top | ![]() |
![]() |
![]() |
![]() |
GLX graphics driver enumerationGLX graphics driver enumeration — Get information about the system's GLX graphics drivers |
const gchar * | srt_glx_icd_get_library_soname () |
const gchar * | srt_glx_icd_get_library_path () |
SrtGlxIcd is an opaque object representing the metadata describing
a GLX driver.
This is a reference-counted object: use g_object_ref()
and
g_object_unref()
to manage its lifecycle.
const gchar *
srt_glx_icd_get_library_soname (SrtGlxIcd *self
);
Return the library SONAME for this GLX ICD, for example libGLX_mesa.so.0
.
“library-soname”
property“library-soname” gchar *
SONAME of the GLX ICD library.
Flags: Read / Write / Construct Only
Default value: NULL