Skip to content

gthread: Add introspection annotations

Philip Withnall requested to merge pwithnall/glib:602-introspect-thread into master

It’s not expected that bindings will use GThread over their own threading APIs (in fact that would generally be a bad idea, since threads benefit from being integrated into language control flow structures), but it can’t hurt to have the annotations right for documentation purposes if nothing else.

Signed-off-by: Philip Withnall withnall@endlessm.com

Fixes: #602 (closed)

Edited by Philip Withnall

Merge request reports