[−][src]Function places_ffi::places_match_url
#[no_mangle]pub extern "C" fn places_match_url(
handle: u64,
search: FfiStr<'_>,
error: &mut ExternError
) -> *mut c_char
Execute a query, returning a URL string or null. Returned string must be freed
using places_destroy_string
. Returns null if no match is found.