[ CCode ( array_length = true , array_length_pos = 0.1 , array_length_type = "gsize" , array_null_terminated = true ) ]
[ Version ( since = "2.10" ) ]
public string[] get_uris ()
Gets the URI of the recently used resources.
The return value of this function is affected by the “sort-type” and “limit” properties of this .
Since the returned array is null terminated, return.length
may be null.
this | |
length |
return location for a the length of the URI list, or null |
A newly allocated, null-terminated array of strings. Use strfreev to free it. |