diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-16 16:59:31 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-16 16:59:31 +0200 |
commit | 6f719ed25342d3c56d0e5b1a0be7fe5091861f68 (patch) | |
tree | f0106857f3e7bfc41c37dc9f97ef0a1874417da2 /libpiano/piano.h | |
parent | 5708e1a023c349af53383d8bfe52e2af65c597bc (diff) | |
download | pianobar-6f719ed25342d3c56d0e5b1a0be7fe5091861f68.tar.gz pianobar-6f719ed25342d3c56d0e5b1a0be7fe5091861f68.tar.bz2 pianobar-6f719ed25342d3c56d0e5b1a0be7fe5091861f68.zip |
lib: Some documentation updates
Diffstat (limited to 'libpiano/piano.h')
-rw-r--r-- | libpiano/piano.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpiano/piano.h b/libpiano/piano.h index 0bffce5..bad8401 100644 --- a/libpiano/piano.h +++ b/libpiano/piano.h @@ -23,7 +23,8 @@ THE SOFTWARE. #ifndef _PIANO_H #define _PIANO_H -/* this is our public API +/* this is our public API; don't expect this api to be stable, as long + * pandora does not provide a stable api * all strings _must_ be utf-8 encoded. i won't care, but pandora does. so * be nice and check the encoding of your strings. thanks :) */ |