Document.save

Saves @document to @uri.

class Document
bool
save
(
string uri
)

Parameters

uri string

the target URI

Return Value

Type: bool

%TRUE on success, or %FALSE on error with @error filled in

Throws

GException on failure.

Meta