Top | ![]() |
![]() |
![]() |
![]() |
Mesa DRI graphics driver enumerationMesa DRI graphics driver enumeration — Get information about DRI drivers |
SrtDriDriver is an opaque object representing the metadata describing
a Mesa DRI driver.
This is a reference-counted object: use g_object_ref()
and
g_object_unref()
to manage its lifecycle.
const gchar *
srt_dri_driver_get_library_path (SrtDriDriver *self
);
Return the library path for this DRI driver.
gboolean
srt_dri_driver_is_extra (SrtDriDriver *self
);
Return a gboolean that indicates if the DRI is in an unusual position.
gchar *
srt_dri_driver_resolve_library_path (SrtDriDriver *self
);
Return the absolute path for this DRI driver.
If srt_dri_driver_get_library_path()
is already an absolute path, a copy
of the same value will be returned.
“is-extra”
property“is-extra” gboolean
TRUE if the driver is located in an unusual path.
Flags: Read / Write / Construct Only
Default value: FALSE