diff options
author | Perberos <[email protected]> | 2012-09-03 20:12:09 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-09-03 20:12:09 -0300 |
commit | 0cee6386acad57fdafb374fb389bc80fcf7e8546 (patch) | |
tree | 1bfd4c9b24f3fe7b4084a5df65021fcd2d71913c /backend/xps/xps-document.h | |
parent | 4a8dcdbda9863e1bfdab874487696152599aaea5 (diff) | |
download | atril-0cee6386acad57fdafb374fb389bc80fcf7e8546.tar.bz2 atril-0cee6386acad57fdafb374fb389bc80fcf7e8546.tar.xz |
adding thumbnail support for xps backend
Diffstat (limited to 'backend/xps/xps-document.h')
-rw-r--r-- | backend/xps/xps-document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/xps/xps-document.h b/backend/xps/xps-document.h index c5cc0cd6..e4b90437 100644 --- a/backend/xps/xps-document.h +++ b/backend/xps/xps-document.h @@ -38,7 +38,7 @@ typedef struct _XPSDocumentClass XPSDocumentClass; GType xps_document_get_type (void) G_GNUC_CONST; -G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module); +G_MODULE_EXPORT GType register_atril_backend (GTypeModule *module); G_END_DECLS |