Changeset adf0cc35ebf4b17180945006cfed4ea931e4621e

Show
Ignore:
Timestamp:
04/11/08 17:02:57 (3 months ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1207926177 +0200
git-parent:

[972e362d67b737df8a66c42d5ad3e0f0a3caeec8]

git-author:
thannoy@actech-innovation.com <thannoy@actech-innovation.com> 1206632630 +0100
Message:

Fix IVLCVideo.teletext binding

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/activex/axvlc.idl

    r2e888fd radf0cc3  
    436436 
    437437        [propget, helpstring("Returns teletext page used.")] 
    438         HRESULT subtitle([out, retval] long* page); 
     438        HRESULT teletext([out, retval] long* page); 
    439439        [propput, helpstring("Sets teletext page to use.")] 
    440         HRESULT subtitle([in] long page); 
     440        HRESULT teletext([in] long page); 
    441441 
    442442        [helpstring("toggle fullscreen/windowed state.")]