X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-document.c;h=f33b75bee2ce4dabf91ab38c04f2ea4ed4b87de6;hb=0b6b3dff626d31a368ef9a95f8ed73b404eec9bf;hp=b230b706cf6a08debba59884caee8e796fadb3e6;hpb=3902bcf1103b559bf918b132aa9d84e680a062cc;p=evince.git diff --git a/libdocument/ev-document.c b/libdocument/ev-document.c index b230b706..f33b75be 100644 --- a/libdocument/ev-document.c +++ b/libdocument/ev-document.c @@ -141,6 +141,16 @@ ev_document_load (EvDocument *document, return retval; } +/** + * ev_document_save: + * @document: + * @uri: the target URI + * @error: a #GError location to store an error, or %NULL + * + * Saves @document to @uri. + * + * Returns: %TRUE on success, or %FALSE on error with @error filled in + */ gboolean ev_document_save (EvDocument *document, const char *uri,