diff options
author | Alessio Treglia <alessio@debian.org> | 2010-08-16 14:20:18 +0200 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2010-08-16 14:20:18 +0200 |
commit | 37152f58469b7595694f7c42555d21d5198e3672 (patch) | |
tree | 5f23e309f8923a417fcc7e177a95bef584362fa7 /src/book.h | |
parent | 2a72bdeb81030847462135698e1cbff1c685ee18 (diff) | |
parent | bbf22aaaa2fd5fe725a979f801472d52a1323242 (diff) |
Merge commit 'upstream/2.31.90.1'
Diffstat (limited to 'src/book.h')
-rw-r--r-- | src/book.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ Book *book_new (void); void book_clear (Book *book); -Page *book_append_page (Book *book, gint width, gint height, gint dpi, Orientation orientation); +Page *book_append_page (Book *book, gint width, gint height, gint dpi, ScanDirection orientation); void book_delete_page (Book *book, Page *page); |