diff options
Diffstat (limited to 'src/pdf-stock/pdf-stock.vala')
-rw-r--r-- | src/pdf-stock/pdf-stock.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf-stock/pdf-stock.vala b/src/pdf-stock/pdf-stock.vala index 1d16e4a..2edba88 100644 --- a/src/pdf-stock/pdf-stock.vala +++ b/src/pdf-stock/pdf-stock.vala @@ -154,7 +154,7 @@ public class StockPDF { return Cairo.Status.SUCCESS; } - public uint8[] generate() { + public uint8[] generate() throws DBusError, IOError { data = null; var surface = new Cairo.PdfSurface.for_stream(pdf_write, a4w, a4h); |