summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-09-16 14:37:28 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-09-16 14:37:28 +0200
commitcf0ce5c85335443ba163ea1409becf09e63efaaf (patch)
treebcc6c3000210bd3196ef5890812bfd5132af5bd3
parent03d17e3be5e9905b91a1366b7b57d50b49daafb9 (diff)
readme update
-rw-r--r--gtk/README14
1 files changed, 12 insertions, 2 deletions
diff --git a/gtk/README b/gtk/README
index 83be3ee..c835bca 100644
--- a/gtk/README
+++ b/gtk/README
@@ -8,12 +8,17 @@ Porting spice client to gtk ...
current state
-------------
-Starts becoming usable.
+spicy app starts becoming usable.
+
+Library API is far from being stable. Likewise the ABI of course.
+If you play with the libs make sure you rebuild everything after
+updating the library for the time being.
Some features are missing:
- No sound recording support.
- No client migration support.
- - No library documentation.
+ - Most channel implementations are incomplete.
+ - Almost no documentation.
- Probably more ...
@@ -25,6 +30,10 @@ libspice-client-glib
* SpiceSession (see spice-session.h)
* SpiceChannel (see spice-session.h)
+libspice-client-pulse
+ provides glib objects for sound support via pulseaudio.
+ * SpicePulse (see spice-pulse.h)
+
libspice-client-gtk
provides gtk widget to show spice display and accept user input.
* SpiceDisplay (see spice-widget.h)
@@ -34,3 +43,4 @@ spicy
snappy
cmd line tool, connects to spice server and writes out screen shots.
+