[][src]Function discid_sys::discid_get_submission_url

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

Return an URL for submitting the DiscID to MusicBrainz.

The URL leads to an interactive disc submission wizard that guides the user through the process of associating this disc's DiscID with a release in the MusicBrainz database.

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