X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_objects.h;h=150e67fd5a8bbae57e6ba7e2a9af0a7aa94b145c;hb=f659703fb4033420e0607d34bc7cd880a5802ea7;hp=5d61fdb944740fe88c6495f7ca23962cabd40cee;hpb=ec56260552eb41d3931949a54453caba058acc78;p=vlc diff --git a/include/vlc_objects.h b/include/vlc_objects.h index 5d61fdb944..150e67fd5a 100644 --- a/include/vlc_objects.h +++ b/include/vlc_objects.h @@ -121,3 +121,5 @@ static inline bool vlc_object_alive (const vlc_object_t *obj) } #define vlc_object_alive(a) vlc_object_alive( VLC_OBJECT(a) ) + +/** @} */