Skip to content

auth: Make async function names match the async/finish pattern

Guido Günther requested to merge guidog/phosh:auth-async-rename into main

Otherwise we trip up gobject introspection 2.80 like

../src/auth.h:19: Warning: Phosh: Couldn't find 'authenticate_async_start_finish' for the corresponding async function: 'authenticate_async_start'

and

../src/auth.h:19: Warning: Phosh: Couldn't find 'authenticate_finish' for the corresponding async function: 'authenticate_async'

Signed-off-by: Guido Günther agx@sigxcpu.org

Merge request reports

Loading