home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libglib-perl / TODO < prev   
Encoding:
Text File  |  2006-09-25  |  824 b   |  18 lines

  1. - documentation generation:
  2.   - hush things up a bit, we don't need so much status info
  3.     perhaps there should be an env var to enable these messages, or a
  4.     "doc lint" tool.
  5.  
  6. - the ability to create new GSources in Perl could be handy, and wouldn't be
  7.   hard to implement (a hash in place of GSourceFuncs).
  8.  
  9. - GEnum type for G_PRIORITY_VALUES?
  10. - can't implement g_idle_remove_by_data because ... well, how would you
  11.   search for the data value?
  12. - proper cleanup for bad parameter types in Glib::Object::new?
  13.   - would require either iterating over the list twice or cleaning up before
  14.     the croak.  the latter is probably the way to go.
  15.   - there is no way to clean up if gperl_sv_from_value() fails.
  16. - gperl_value_from_sv should change to void return since it croaks on error.
  17.   (can't do this without breaking ABI)
  18.