X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_objects.h;h=a906d517cc9aea7af324bb62369673b711d324af;hb=3ea2708daa0caa8419e9a3d1bcd967d09f445ab8;hp=f12c070939444823416e670e469b13c51d522e54;hpb=8fd6167afd8a01b05a1564f8e8f807db786d1e8b;p=vlc diff --git a/include/vlc_objects.h b/include/vlc_objects.h index f12c070939..a906d517cc 100644 --- a/include/vlc_objects.h +++ b/include/vlc_objects.h @@ -119,6 +119,9 @@ VLC_EXPORT( libvlc_int_t *, vlc_current_object, ( int ) ); __vlc_object_destroy( VLC_OBJECT(a) ); \ (a) = NULL; } while(0) +#define vlc_object_kill(a) \ + __vlc_object_kill( VLC_OBJECT(a) ) + #define vlc_object_detach(a) \ __vlc_object_detach( VLC_OBJECT(a) )