diff options
author | Alessio Treglia <alessio@debian.org> | 2010-08-16 14:20:17 +0200 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2010-08-16 14:20:17 +0200 |
commit | bbf22aaaa2fd5fe725a979f801472d52a1323242 (patch) | |
tree | 9ce9ef820f4f5e224289872d9b4f9b53908e78b7 /src/book.h | |
parent | 58d261b93430fd974ab617f15d1da551e43b2675 (diff) |
Imported Upstream version 2.31.90.1upstream/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); |