File: README

package info (click to toggle)
libwnck 2.8.1-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,432 kB
  • ctags: 1,464
  • sloc: ansic: 12,749; sh: 8,198; xml: 2,758; makefile: 128
file content (12 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and taskslists and stuff.  

libwnck isn't supported in the devel platform, which means OS vendors won't
guarantee the API/ABI long-term, but authors of open source apps
should feel free to use libwnck as users can always recompile against
a new version.  (And the API/ABI has historically changed very little,
I'm not changing it gratuitously or without soname increments.)

There are API docs in the source code, and API documentation can be
generated by configuring --enable-gtk-doc. Also tasklist.c and pager.c make
good sample code.