Scanner Access Now Easy ― Frontends
 
 
 
 
Go to file
Ralph Little cc564c4464 scanadf,xcam: remove atexit macro and call exit functions manually.
sane_exit() *must* be called on exit in every occasion otherwise there
will be crashes from the cleanup of backends. Since on_exit() is not
bound to be supported, we cannot rely on it being available.
So the applications must ensure that the sane_exit() function is always
called on all exit routes to avoid crashing at the end of session.
2024-10-29 15:35:28 -07:00
doc
include
libgtk
sanei
src scanadf,xcam: remove atexit macro and call exit functions manually. 2024-10-29 15:35:28 -07:00
.gitignore
.gitlab-ci.yml
AUTHORS
COPYING
Changelog
INSTALL
Makefile.in
NEWS
PROBLEMS
README
acinclude.m4
aclocal.m4
config.guess
config.sub
configure
configure.in scanadf,xcam: remove atexit macro and call exit functions manually. 2024-10-29 15:35:28 -07:00
install-sh
mkinstalldirs
sane-frontends.lsm
xscanimage-icon-48x48-2.png

README

This is the sane-frontends package. 

To find out more about SANE (Scanner Access Now Easy) look at the SANE
website: http://www.sane-project.org/. There is also information on how to
subscribe the SANE mailing list (sane-devel).

These SANE applications (frontends) are included in this package (together
with their documentation):

    Frontend               Documentation (man page) 
--------------------------------------------------------------------------
    xscanimage	           xscanimage(1)
    xcam		   xcam(1)
    scanadf                scanadf(1)

For general information about SANE, read man sane(7).

You must install the sane-backends package before you can compile the
frontends. sane-backends also includes the command-line frontend scanimage
and the network daemon saned.

For details about installation please read the INSTALL file.

For a list of other SANE frontends look at
http://www.sane-project.org/sane-frontends.html.

Developers may wish to look at the SANE standard. It can be found at:
https://sane-project.gitlab.io/standard/

Please report bugs and missing features at our bug-tracking system:
http://www.sane-project.org/bugs.html