File: afSetErrorHandler.3.txt

package info (click to toggle)
audiofile 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,192 kB
  • sloc: cpp: 31,691; sh: 11,006; ansic: 3,773; makefile: 271
file content (30 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
afSetErrorHandler(3)
====================

NAME
----
afSetErrorHandler - install a custom error handling routine

SYNOPSIS
--------
  #include <audiofile.h>

  AFerrfunc afSetErrorHandler (AFerrfunc errorFunction);

PARAMETERS
----------
'errorFunction' is a pointer to an error handling function.

DESCRIPTION
-----------
`afSetErrorHandler` allows the user to install an error handling function
overriding the default function.

RETURN VALUE
------------
The value returned from `afSetErrorHandler` is a pointer to the previous
error handling function.

AUTHOR
------
Michael Pruett <michael@68k.org>