In progress...
This commit is contained in:
parent
bbc985bb48
commit
773a15105c
@ -43,7 +43,12 @@ public class PluginObjectExample : PluginObject {
|
||||
* Compose the object.
|
||||
*/
|
||||
public override bool compose (Gee.HashMap<string, AnswerValue> answers) throws Error {
|
||||
stdout.puts ("compose() called\n");
|
||||
stdout.puts ("Compose() called\n");
|
||||
foreach (var a in answers.entries) {
|
||||
stdout.printf ("%s ", a.key);
|
||||
}
|
||||
stdout.putc ('\n');
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user