Update av_api.md

some markup was fucked up :P
This commit is contained in:
Peter Maatman 2013-11-01 12:00:42 +01:00
parent 21c8c672c1
commit 52ee379677

View File

@ -56,7 +56,7 @@ void msi_register_callback_requ_timeout ( MCALLBACK );
```
MCALLBACK is defined as: void (*callback) (void* _arg)
msi_session_t* handler is being thrown as _arg so you can use that and _agent_handler to get to your own phone handler
msi_session_t* handler is being thrown as \_arg so you can use that and \_agent_handler to get to your own phone handler
directly from callback.