get_uri_protocols


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public unowned string[] get_uri_protocols ()

Gets a null-terminated array of protocols this element supports or null if no protocols are supported.

You may not change the contents of the returned array, as it is still owned by the element factory. Use strdupv to make a copy of the protocol string array if you need to.

Parameters:

this

a ElementFactory

Returns:

the supported protocols or null