rasqal_languages_enumerate

Name

rasqal_languages_enumerate --  Get information on query languages

Synopsis

int rasqal_languages_enumerate (const unsigned int counter, const char ** name, const char ** label, const unsigned char ** uri_string);

Arguments

counter

index into the list of syntaxes

name

pointer to store the name of the syntax (or NULL)

label

pointer to store syntax readable label (or NULL)

uri_string

pointer to store syntax URI string (or NULL)

Return value

non 0 on failure of if counter is out of range