Retrieves the names of the applications that have registered the bookmark for uri
.
In the event the URI cannot be found, null is returned and throws is set to URI_NOT_FOUND.
this | |
uri |
a valid URI |
length |
return location of the length of the returned list, or null |
a newly allocated null-terminated array of strings. Use strfreev to free it. |