[][src]Function discid_sys::discid_get_webservice_url

pub unsafe extern "C" fn discid_get_webservice_url(
    d: *mut DiscId
) -> *mut c_char

Return an URL for retrieving CD information from MusicBrainz' web service

The URL provides the CD information in XML. See http://musicbrainz.org/development/mmd for details.

The returned string is only valid as long as the DiscId object exists.

@param d a DiscId object created by discid_new() @return a string containing an URL

@deprecated This function is deprecated. Please use libmusicbrainz instead since this function returns an URL referring the deprecated webservice.