X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Flibvlc_structures.h;h=56e83c622f51d56c7d6a9a9e30ad84be3ada220d;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=e6b8f1942e9d87f5b30360eef960ffc5270d4778;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/include/vlc/libvlc_structures.h b/include/vlc/libvlc_structures.h index e6b8f1942e..56e83c622f 100644 --- a/include/vlc/libvlc_structures.h +++ b/include/vlc/libvlc_structures.h @@ -203,7 +203,7 @@ typedef struct libvlc_playlist_item_t * LibVLC Video handling * @{ */ - + /** * Downcast to this general type as placeholder for a platform specific one, such as: * Drawable on X11, @@ -275,7 +275,7 @@ typedef struct libvlc_log_message_t * LibVLC Event Callbacks * @{ */ - + /** * Available events: (XXX: being reworked) * - libvlc_MediaInstanceReachedEnd @@ -289,7 +289,7 @@ typedef enum libvlc_event_type_t { libvlc_MediaInstancePaused, libvlc_MediaInstanceReachedEnd, libvlc_MediaInstancePositionChanged, - + libvlc_MediaListItemAdded, libvlc_MediaListItemDeleted,