Method
CamelUrlScannerscan
Declaration [src]
gboolean
camel_url_scanner_scan (
CamelUrlScanner* scanner,
const gchar* in,
gsize inlen,
CamelUrlMatch* match
)
Description [src]
Scan the in string with the match criterias.
This method is not directly available to language bindings.
Parameters
in-
Type: An array of
gcharThe url to scan.
The length of the array is specified in the inlenargument.The data is owned by the caller of the method. inlen-
Type:
gsizeLength of the in array.
match-
Type:
CamelUrlMatchThe
CamelUrlMatchstructure containing the criterias.The data is owned by the caller of the method.