[vlc-devel] Announce: brand new python bindings (ctypes-based)

Pierre d'Herbemont pdherbemont at free.fr
Thu Jul 30 22:58:48 CEST 2009


On Thu, Jul 30, 2009 at 2:03 AM, Olivier
Aubert<olivier.aubert at liris.cnrs.fr> wrote:
> - the parsing code could be reused for other language bindings, in order
> to automatize (at least part of) their generation too. I can also be
> used to check the validity of includes. For instance, the following
> functions:
>    "libvlc_media_list_view_index_of_item",
>    "libvlc_media_list_view_insert_at_index",
>    "libvlc_media_list_view_remove_at_index",
>    "libvlc_media_list_view_add_item",
> are defined in include files, but are not implemented and this part of
> the code has not seen any recent activity. The code should either be
> implemented, or the prototypes removed from the includes.

Right. They must be not be in the media_list.h header, as this is a
separate object. They have to be in media_list_view.h.

I am not against removing that API, has we certainly have no third
party using it.

Pierre.



More information about the vlc-devel mailing list