[vlc-devel] commit: Fix libvlc_add_intf documentation ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Mar 10 22:16:32 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Mar 10 23:16:03 2009 +0200| [6e8667d88aadc97e03032b153765bf3a6fa1eb6c] | committer: Rémi Denis-Courmont
Fix libvlc_add_intf documentation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e8667d88aadc97e03032b153765bf3a6fa1eb6c
---
include/vlc/libvlc.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h
index b953441..1374061 100644
--- a/include/vlc/libvlc.h
+++ b/include/vlc/libvlc.h
@@ -164,8 +164,7 @@ VLC_PUBLIC_API void libvlc_release( libvlc_instance_t * );
VLC_PUBLIC_API void libvlc_retain( libvlc_instance_t * );
/**
- * Try to start a user interface for the libvlc instance, and wait until the
- * user exits.
+ * Try to start a user interface for the libvlc instance.
*
* \param p_instance the instance
* \param name interface name, or NULL for default
More information about the vlc-devel
mailing list