debian man page for aulookupeventhandler

Query: aulookupeventhandler

OS: debian

Section: 3

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

AuLookupEventHandler(3) 				     Library Functions Manual					   AuLookupEventHandler(3)

Name
       AuLookupEventHandler - find the next handler for an event.

Synopsis
       #include <audio/audiolib.h>

       AuEventHandlerRec *AuLookupEventHandler(server, event, start)
	   AuServer *server;
	   AuEvent *event;
	   AuEventHandlerRec *start;

Arguments
       server	 Specifies the connection to the audio server.

       event	 Specifies the event to find a handler for.

       startwith Specifies the starting position.

Description
       AuLookupEventHandler  searches the list of registered event handlers starting with startwith, and returns the next event handler or NULL if
       there isnt one.

See Also
       AuDispatchEvent, AuRegisterEventHandler, AuUnregisterEventHandler.

       audiolib - Network Audio System C Language Interface

audioutil							       1.9.3						   AuLookupEventHandler(3)
Related Man Pages
auscanfortypedevent(3) - debian
auscanevents(3) - debian
ausetbucketattributes(3) - debian
ausoundplayfrombucket(3) - debian
ausoundplayfromfile(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?