Skip to content

Commit

Permalink
Update libvlc.js
Browse files Browse the repository at this point in the history
Fixed event callbacks (see tjfontaine#6).
  • Loading branch information
aallan committed May 15, 2016
1 parent c41647a commit 750724c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/libvlc.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ exports.initialize = function(paths) {
libvlc_get_compiler: ['string', []],
libvlc_get_changeset: ['string', []],
libvlc_free: ['void', ['pointer']],
libvlc_event_attach: ['int32', ['pointer', 'int32', 'pointer', ref.types.Object]],
libvlc_event_detach: ['void', ['pointer', 'int32', 'pointer', ref.types.Object]],
libvlc_event_attach: ['int32', ['pointer', 'int32', 'pointer', 'pointer']],
libvlc_event_detach: ['void', ['pointer', 'int32', 'pointer', 'pointer']],
libvlc_event_type_name: ['string', ['int32']],
libvlc_module_description_list_release: ['void', [ModuleDescriptionPtr]],
libvlc_audio_filter_list_get: [ModuleDescriptionPtr, ['pointer']],
Expand Down

0 comments on commit 750724c

Please sign in to comment.