summaryrefslogtreecommitdiff
path: root/src/book.h
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2010-07-12 19:34:33 +0200
committerAlessio Treglia <alessio@debian.org>2010-07-12 19:34:33 +0200
commitc15dc3b14e35850849f3559ac0305b4cac4a7046 (patch)
tree2742af1506956e8f7e2e750e5907d36c627538da /src/book.h
parent37e8ad6c00349fd62f09c8cfe3e22acf545db2ac (diff)
Imported Upstream version 2.31.5~bzr424upstream/2.31.5.bzr424
Diffstat (limited to 'src/book.h')
-rw-r--r--src/book.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/book.h b/src/book.h
index 4e9e05e..f8fc747 100644
--- a/src/book.h
+++ b/src/book.h
@@ -57,4 +57,8 @@ Page *book_get_page (Book *book, gint page_number);
gboolean book_save (Book *book, const gchar *type, GFile *file, GError **error);
+void book_set_needs_saving (Book *book, gboolean needs_saving);
+
+gboolean book_get_needs_saving (Book *book);
+
#endif /* _BOOK_H_ */