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 | |
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.
| #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");
1.5.1