X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdvi%2Fdvi-document.h;h=1f8c260bee03f0bc8b2cae422b7df9462ee43410;hb=f792ebcef8eab6e0b8fc5ff185851d038afbab56;hp=d92d474c4c3fc0a203de6e85e1952002d42580b1;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/dvi/dvi-document.h b/backend/dvi/dvi-document.h index d92d474c..1f8c260b 100644 --- a/backend/dvi/dvi-document.h +++ b/backend/dvi/dvi-document.h @@ -29,9 +29,9 @@ G_BEGIN_DECLS typedef struct _DviDocument DviDocument; -DviDocument *dvi_document_new (void); +GType dvi_document_get_type (void) G_GNUC_CONST; -GType dvi_document_get_type (void) G_GNUC_CONST; +G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module); G_END_DECLS