]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
vlc_detach: releases a thread handle asynchronously
[vlc] / src / libvlc.h
index 15a8d2150faa06a079e59840451b5d8df819be28..3d15f9560e63dbe09241d6dc249d6ffe48b96c0a 100644 (file)
@@ -58,6 +58,9 @@ vlc_list_t *vlc_list_find( vlc_object_t *, int, int );
  * Threads subsystem
  */
 
+/* This cannot be used as is from plugins: */
+void vlc_detach (vlc_thread_t);
+
 /* Hopefully, no need to export this. There is a new thread API instead. */
 void vlc_thread_cancel (vlc_object_t *);
 int vlc_object_waitpipe (vlc_object_t *obj);