[vlc-devel] commit: VLC pointer variable callback -> Qt4 signal class ( Rémi Denis-Courmont )
Dominique Leuenberger
dominique-ffmpeg-devel at leuenberger.net
Tue Mar 10 12:00:54 CET 2009
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.
More information about the vlc-devel
mailing list