Version 2 (modified by 17 years ago) (diff) | ,
---|
Mono Loader Development Notes
Loader Internals:
- There must be a better way for having the loader handle signals on behalf of .net plugins (will document the current implementation here).
- Right now delegates are invoked and just given an array of their data. Would be nice if we could explicitly state what they expect, e.g.
OnBuddyStatusChanged(Buddy b, Status s)