In progress...
This commit is contained in:
parent
2821947698
commit
bbc985bb48
|
@ -42,7 +42,9 @@ public class PluginObjectExample : PluginObject {
|
||||||
/**
|
/**
|
||||||
* Compose the object.
|
* Compose the object.
|
||||||
*/
|
*/
|
||||||
public override void compose () throws Error {
|
public override bool compose (Gee.HashMap<string, AnswerValue> answers) throws Error {
|
||||||
|
stdout.puts ("compose() called\n");
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue