[vlc-devel] commit: VLC pointer variable callback -> Qt4 signal class ( Rémi Denis-Courmont )

Rémi Denis-Courmont remi at remlab.net
Tue Mar 10 16:00:29 CET 2009




On Tue, 10 Mar 2009 13:00:54 +0200, Dominique Leuenberger
<dominique-ffmpeg-devel at leuenberger.net> wrote:
> Quoting git version control <git at videolan.org>:
> 
>> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun  
>> Mar  8 18:57:45 2009 +0200|  
>> [8693ccb6ee8ad45ab3b9f14e689d1a4a75e414d5] | committer: Rémi  
>> Denis-Courmont
>>
>> VLC pointer variable callback -> Qt4 signal class
>>
>> This could easily be extended to support varaibles of other types, and
>> set/get operations. But I don't need that :D
>>
> [...]
>> +int QVLCVariable::callback (vlc_object_t *object, const char *,
>> +                            vlc_value_t, vlc_value_t cur, void *data)
>> +{
>> +    QVLCVariable *self = (QVLCVariable *)data;
>> +    emit self->pointerChanged (object, cur.p_address);
>> +}
> 
> That's the commit referred to in my previous post. Just as reference.

I think you're mistaken.

-- 
Rémi Denis-Courmont




More information about the vlc-devel mailing list