]> git.sesse.net Git - vlc/commit
Added basic VLM events.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 8 Mar 2009 19:25:52 +0000 (20:25 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 8 Mar 2009 19:28:16 +0000 (20:28 +0100)
commit3d82199341fe58cf2a451a1f700d0404e31da557
treeb328139a17a63961268a29d3ab79d7cb625a8a40
parent77f3391530ea9e252c96a71541c6634780c4144b
Added basic VLM events.

 You need to attach a callback on the variable 'intf-event' of the vlm
object.
 Becarefull, as (always) inside an event callback you cannot call back
the object (here vlm).
include/vlc_vlm.h
src/Makefile.am
src/input/vlm.c
src/input/vlm_internal.h