| Top |
| const gchar * | srt_gbm_backend_get_library_path () |
| gboolean | srt_gbm_backend_is_extra () |
| gchar * | srt_gbm_backend_resolve_library_path () |
SrtGbmBackend is an opaque object representing the metadata describing
a Mesa GBM backend.
This is a reference-counted object: use g_object_ref() and
g_object_unref() to manage its lifecycle.
const gchar *
srt_gbm_backend_get_library_path (SrtGbmBackend *self);
Return the library path for this GBM backend.
gboolean
srt_gbm_backend_is_extra (SrtGbmBackend *self);
Return a gboolean that indicates if the GBM is in an unusual position.
gchar *
srt_gbm_backend_resolve_library_path (SrtGbmBackend *self);
Return the absolute path for this GBM backend.
If srt_gbm_backend_get_library_path() is already an absolute path, a copy
of the same value will be returned.