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

system-info: Add missing GObject-Introspection annotation


We aren't really relying on GObject-Introspection in this project, but
it can be a useful tool for rapid prototyping in Python or Javascript,
and it also forces us to provide C APIs that match GLib conventions
and are easy to reason about.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent b1eaeee7
No related branches found
No related tags found
1 merge request!39system-info: Add missing GObject-Introspection annotation
Pipeline #1540 passed
......@@ -847,8 +847,9 @@ srt_system_info_check_graphics (SrtSystemInfo *self,
* least %SRT_RENDERER_GL on %SRT_WINDOW_SYSTEM_GLX. Additional combinations
* will be added in future versions of this library.
*
* Returns: (transfer full): A list of #SrtGraphics objects representing the
* items tested and results. Free with 'glist_free_full(list, g_object_unref)`.
* Returns: (transfer full) (type SrtGraphics): A list of #SrtGraphics objects
* representing the items tested and results.
* Free with 'glist_free_full(list, g_object_unref)`.
*/
GList * srt_system_info_check_all_graphics (SrtSystemInfo *self,
const char *multiarch_tuple)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment