[ DestroysInstance ]
[ ReturnsModifiedPointer ]
[ Version ( since = "1.6" ) ]
public Uri make_writable ()
Make the Uri writable.
Checks if this is writable, and if so the original object is returned. If not, then a writable copy is
made and returned. This gives away the reference to this and returns a reference to the new
Uri. If this is null
then null
is
returned.
this |
The Uri object to make writable. |
A writable version of this. |