home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libwnck-common / README < prev   
Encoding:
Text File  |  2010-09-08  |  1.5 KB  |  49 lines

  1. libwnck
  2. =======
  3.  
  4. libwnck is Window Navigator Construction Kit, i.e. a library to use
  5. for writing pagers and taskslists and stuff.  
  6.  
  7. libwnck is not supported in the devel platform, which means OS vendors
  8. won't guarantee the API/ABI long-term, but authors of open source apps
  9. should feel free to use libwnck as users can always recompile against
  10. a new version. The API/ABI has historically changed very little: we are
  11. not changing it gratuitously or without soname increments.
  12.  
  13. Documentation for the API is available with gtk-doc. The code
  14. implementing the tasklist or pager widgets (tasklist.c and pager.c) can
  15. also be used as sample code.
  16.  
  17. You may download updates to the package from:
  18.  
  19.    http://download.gnome.org/sources/libwnck/
  20.  
  21. To discuss libwnck, you may use the desktop-devel-list mailing list:
  22.  
  23.   http://mail.gnome.org/mailman/listinfo/desktop-devel-list
  24.  
  25.  
  26. Installation
  27. ============
  28.  
  29. See the file 'INSTALL'. If you are not using a released version of
  30. libwnck (for example, if you checked out the code from git), you first
  31. need to run './autogen.sh'.
  32.  
  33.  
  34. How to report bugs
  35. ==================
  36.  
  37. Bugs should be reported to the GNOME bug tracking system:
  38.  
  39.    https://bugzilla.gnome.org/ (product libwnck)
  40.  
  41. You will need to create an account for yourself.
  42.  
  43. Please read the following page on how to prepare a useful bug report:
  44.  
  45.    https://bugzilla.gnome.org/page.cgi?id=bug-writing.html
  46.  
  47. Please read the HACKING file for information on where to send changes or
  48. bugfixes for this package.
  49.