sanei_backend.h File Reference

Compatibility header file for backends. More...

Go to the source code of this file.

Data Structures

union  Option_Value
 Option_Value union. More...

Defines

#define __sane_unused__
 Mark unused variables/parameters.
#define SANE_I18N(text)   text
 Internationalization for SANE backends.
Compatibility macros


Detailed Description

Compatibility header file for backends.

This file provides some defines for macros missing on some platforms. It also has the SANE API entry points. sanei_backend.h must be included by every backend.

See also:
sanei.h sanei_thread.h

Define Documentation

#define __sane_unused__

Mark unused variables/parameters.

Tells the compiler a variable is unused, so the compiler doesn't spit a warning.

#define SANE_I18N ( text   )     text

Internationalization for SANE backends.

Add SANE_I18N() to all texts that can be translated. E.g. out_txt = SANE_I18N("Hello");


Generated on Wed Nov 5 02:30:50 2008 for SANEI by  doxygen 1.5.1