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 () |
gchar * | library-path | Read / Write / Construct Only |
gchar * | library-soname | Read / Write / Construct Only |
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-path”
property“library-path” gchar *
Absolute path to the GLX ICD library as though the sysroot, if any, was the root.
Flags: Read / Write / Construct Only
Default value: NULL
“library-soname”
property“library-soname” gchar *
SONAME of the GLX ICD library.
Flags: Read / Write / Construct Only
Default value: NULL