Skip to content
Snippets Groups Projects
Commit d95d65d0 authored by Simon McVittie's avatar Simon McVittie
Browse files

Document SRT_GRAPHICS_ISSUES_TIMEOUT

parent fc47d869
Branches
Tags
1 merge request!46When executing graphics helpers use timeout command to kill if needed.
......@@ -50,6 +50,9 @@ GType srt_graphics_get_type (void);
* @SRT_GRAPHICS_ISSUES_INTERNAL_ERROR: An internal error of some kind has occurred
* @SRT_GRAPHICS_ISSUES_CANNOT_LOAD: Unable to load the necessary libraries and create rendering context
* @SRT_GRAPHICS_ISSUES_SOFTWARE_RENDERING: The graphics renderer is software based
* @SRT_GRAPHICS_ISSUES_TIMEOUT: The check for this graphics stack took
* too long to run and was terminated. This is likely to indicate that
* the graphics stack causes the process using it to hang.
*
* A bitfield with flags representing problems with the graphics stack, or
* %SRT_GRAPHICS_ISSUES_NONE (which is numerically zero) if no problems
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment