diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-02-01 09:53:54 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-02-01 09:53:54 +0000 |
commit | 5d1359373991cf09b54960f5bd227dfa228f7dec (patch) | |
tree | 84ef425eed692136763250fe82765db58f898c01 | |
parent | 15bfe8f3aea1c0c00fbd570572fead2ccda11b45 (diff) | |
download | xine-lib-5d1359373991cf09b54960f5bd227dfa228f7dec.tar.gz xine-lib-5d1359373991cf09b54960f5bd227dfa228f7dec.tar.bz2 |
Reflect is_seekable return value change.
CVS patchset: 1462
CVS date: 2002/02/01 09:53:54
-rw-r--r-- | include/xine.h.tmpl.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 84b36b7cf..049b23a62 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.75 2002/01/10 15:48:55 jcdutton Exp $ + * $Id: xine.h.tmpl.in,v 1.76 2002/02/01 09:53:54 f1rmb Exp $ * */ @@ -962,6 +962,7 @@ void xine_get_spu_lang (xine_t *self, char *str); * \fn int xine_is_stream_seekable (xine_t *self) * \brief check if the stream is seekable (at the moment) * \param self current xine engine configuration ( #see xine_init() ) + * \return seekble boolean or -1 is there is not plugin selected. * * check if the stream is seekable (at the moment). * this state may change during playback |