Skip to content

Port Service and Session to GTask

Niels De Graef requested to merge wip/nielsdg/gtask-secret-service into master

GSimpleAsyncResult is deprecated in favor of the simpler GTask, so use that instead. This cuts down on the deprecation warnings.

I wanted to do both separately, but porting one without the other led to some faulty casts from GSimpleAsyncResult to GTask (and vice versa).

Merge request reports