Changeset 210 for trunk/tests/DumbDocument.h
- Timestamp:
- 06/10/06 09:02:37 (2 years ago)
- Files:
-
- 1 modified
-
trunk/tests/DumbDocument.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/DumbDocument.h
r205 r210 32 32 gboolean loadFile (const gchar *filename, const gchar *password, 33 33 GError **error); 34 void getPageSizeForPage (gint pageNum, gdouble *width, 34 void getPageSizeForPage (gint pageNum, gdouble *width, 35 35 gdouble *height); 36 36 DocumentPage *renderPage (gint pageNum); 37 gboolean saveFile (const gchar *file name, GError **error);37 gboolean saveFile (const gchar *fileName, GError **error); 38 38 39 39 // Test functions. 40 const gchar *getSavedFileName (void); 40 41 void setOpenError (DocumentError error); 41 42 void setOutline (DocumentOutline *outline); … … 46 47 DocumentError m_OpenError; 47 48 gchar *m_TestPassword; 49 gchar *m_SavedFileName; 48 50 }; 49 51 }
