Skip to content
Snippets Groups Projects
Commit 5d4b0011 authored by Jeremy Whiting's avatar Jeremy Whiting
Browse files

Merge branch 'wip/smcv/type-annotation' into 'master'

system-info: Add missing GObject-Introspection annotation

See merge request steam/steam-runtime-tools!39
parents b1eaeee7 7c142862
No related branches found
No related tags found
1 merge request!39system-info: Add missing GObject-Introspection annotation
Pipeline #1541 passed
...@@ -847,8 +847,9 @@ srt_system_info_check_graphics (SrtSystemInfo *self, ...@@ -847,8 +847,9 @@ srt_system_info_check_graphics (SrtSystemInfo *self,
* least %SRT_RENDERER_GL on %SRT_WINDOW_SYSTEM_GLX. Additional combinations * least %SRT_RENDERER_GL on %SRT_WINDOW_SYSTEM_GLX. Additional combinations
* will be added in future versions of this library. * will be added in future versions of this library.
* *
* Returns: (transfer full): A list of #SrtGraphics objects representing the * Returns: (transfer full) (type SrtGraphics): A list of #SrtGraphics objects
* items tested and results. Free with 'glist_free_full(list, g_object_unref)`. * representing the items tested and results.
* Free with 'glist_free_full(list, g_object_unref)`.
*/ */
GList * srt_system_info_check_all_graphics (SrtSystemInfo *self, GList * srt_system_info_check_all_graphics (SrtSystemInfo *self,
const char *multiarch_tuple) const char *multiarch_tuple)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment