diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-11-17 17:48:47 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-11-17 17:48:47 +0000 |
commit | 607670a62dc658d1b496a944c181fe7d7e29273b (patch) | |
tree | e4f9ecc0a5f0bab3d1845fbdf19111bc4005f555 /src/input/input_plugin.h | |
parent | 7c7db651f47aef90a2e69c085965092ced2d663e (diff) | |
download | xine-lib-607670a62dc658d1b496a944c181fe7d7e29273b.tar.gz xine-lib-607670a62dc658d1b496a944c181fe7d7e29273b.tar.bz2 |
bring eject back: no eject function if the plugin does not support it
CVS patchset: 3281
CVS date: 2002/11/17 17:48:47
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r-- | src/input/input_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index d647708a9..0e6edf2ed 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_plugin.h,v 1.36 2002/10/25 15:36:22 mroi Exp $ + * $Id: input_plugin.h,v 1.37 2002/11/17 17:48:47 mroi Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -70,7 +70,7 @@ struct input_class_s { void (*dispose) (input_class_t *this); /* - * eject/load the media (if possible) + * eject/load the media (if possible), optional: may be NULL * * returns 0 for temporary failures */ |