]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc.h
python-ctypes: implement consistency checker, and fix detected errors in include...
[vlc] / include / vlc / libvlc.h
index 31e11d3d3b0c583b8f27581cd8ed82edff879969..3e45bfe4c7eaeef9539065ca6fcba8905a46be58 100644 (file)
@@ -257,6 +257,8 @@ VLC_PUBLIC_API struct vlc_object_t *libvlc_get_vlc_instance(libvlc_instance_t *p
  * Frees an heap allocation (char *) returned by a LibVLC API.
  * If you know you're using the same underlying C run-time as the LibVLC
  * implementation, then you can call ANSI C free() directly instead.
+ *
+ * \param ptr the pointer
  */
 VLC_PUBLIC_API void libvlc_free( void *ptr );