Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 13 and Version 14 of MonoLoader


Ignore:
Timestamp:
Apr 15, 2007, 7:04:18 PM (17 years ago)
Author:
ecoffey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MonoLoader

    v13 v14  
    1010  * Re-examing and possibly re-implement signal-glue and API -glue code.
    1111  * Give .NET Purple objects the ability to actually update their C counterpart (or create one).
     12    Possible solution:  Every api Object thats mapped to a purple object would inherit from Object.cs.  Object.cs would have a !IntPtr pointing to the C structure (or null if this is a "new" object). Object would also have a sync() method which is responsible for updating the C struct its associated with (or making a new one and then populating it).
    1213  * 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) }}}
    1314
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!