X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdjvu%2Fdjvu-document.h;h=3a5cd6fca63d2157c84ed07a50d68a54e303e655;hb=f792ebcef8eab6e0b8fc5ff185851d038afbab56;hp=402f476ef88a6e63f0ea3df1f0a6cb095457c0d5;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/djvu/djvu-document.h b/backend/djvu/djvu-document.h index 402f476e..3a5cd6fc 100644 --- a/backend/djvu/djvu-document.h +++ b/backend/djvu/djvu-document.h @@ -29,9 +29,9 @@ G_BEGIN_DECLS typedef struct _DjvuDocument DjvuDocument; -DjvuDocument *djvu_document_new (void); +GType djvu_document_get_type (void) G_GNUC_CONST; -GType djvu_document_get_type (void) G_GNUC_CONST; +G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module); G_END_DECLS