X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_objects.h;h=150e67fd5a8bbae57e6ba7e2a9af0a7aa94b145c;hb=becf1111d668e6cf36c3d4bd53b1dc633c25bea9;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) ) + +/** @} */