Skip to content
Commit 5683e5d5 authored by Ray Strode's avatar Ray Strode
Browse files

session: add new Initialize method

Right now the worker interface has three methods for starting
a conversation: Setup, SetupForUser, SetupForProgram

Each of these method calls take a large number of overlapping arguments.
Extending these argument lists is painful and breaks upgrades.

This commit adds a new, fourth call, Initialize, which supercedes the
others and just takes a vardict, which is much more extensible.

https://bugzilla.gnome.org/show_bug.cgi?id=788851
parent 932dd92b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment