Skip to main content


The recording for my talk from Berlin Mini GUADEC about the GNOME STF project is now online! Probably the talk with the least preparation and sleep I've ever given, but hopefully interesting nevertheless.

youtube.com/watch?v=bFQjlbsY5u…

I'm very sad that @sonny was not allowed to give the talk with me as planned. He is the heart and soul of the STF project, and none of this would have been possible without him.

#BerlinMiniGUADEC

in reply to lebout2canap ⏚

@lebout2canap The async annotations are a new marker for GObject-Introspection, like the ones we have for memory ownership.

This allows bindings like JavaScript and Python (and maybe Rust) to automatically map `foo()`/`foo_finish()` methods to their native async/await syntax.