]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc.h
A bit of cleanup and test
[vlc] / include / vlc / libvlc.h
index a8173bb07e4631c8a3af2ef02b7179e17892cffe..01b0bfa22e3585b79de2ce9cb1e503a32a74235c 100644 (file)
@@ -122,10 +122,10 @@ libvlc_instance_t * libvlc_new( int , char **, libvlc_exception_t *);
 int libvlc_get_vlc_id( libvlc_instance_t *p_instance );
 
 /**
- * Destroy a libvlc instance
+ * Destroy a libvlc instance.
  * \param p_instance the instance to destroy
  */
-void libvlc_destroy( libvlc_instance_t *);
+void libvlc_destroy( libvlc_instance_t *, libvlc_exception_t * );
 
 /** @}*/