]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc.h
control: Remove tag_query_*.
[vlc] / include / vlc / libvlc.h
index 8cbee857298011f0da249c38d60c45a78954fc1d..f43ffc873446749cc1bab92abb1152f31300a6ab 100644 (file)
@@ -543,35 +543,6 @@ VLC_PUBLIC_API int libvlc_media_instance_can_pause(
 
 /** @} */
 
-/*****************************************************************************
- * Tag Query
- *****************************************************************************/
-/** defgroup libvlc_tag_query Tag Query
- * \ingroup libvlc
- * LibVLC Tag query
- * @{
- */
-VLC_PUBLIC_API libvlc_tag_query_t *
-    libvlc_tag_query_new( libvlc_instance_t *, libvlc_exception_t * );
-
-VLC_PUBLIC_API void
-    libvlc_tag_query_release( libvlc_tag_query_t * );
-
-VLC_PUBLIC_API void
-    libvlc_tag_query_retain( libvlc_tag_query_t * );
-
-VLC_PUBLIC_API void
-    libvlc_tag_query_set_match_tag_and_key( libvlc_tag_query_t * p_q,
-                                            libvlc_tag_t tag,
-                                            char * psz_tag_key,
-                                            libvlc_exception_t * );
-
-VLC_PUBLIC_API int
-    libvlc_tag_query_match( libvlc_tag_query_t *, libvlc_media_descriptor_t *,
-                            libvlc_exception_t * );
-
-/** @} */
-
 /*****************************************************************************
  * Media List
  *****************************************************************************/