X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fcomics%2Fcomics-document.h;h=fdc815cd00e4da2298483ec6db7fe75a4e8f15c7;hb=3d85ea1b45e9d6d2141df6cb797f8ad8325b4769;hp=cd5b17b5abe4299c2700c498260caa7a05922a93;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/comics/comics-document.h b/backend/comics/comics-document.h index cd5b17b5..fdc815cd 100644 --- a/backend/comics/comics-document.h +++ b/backend/comics/comics-document.h @@ -29,9 +29,9 @@ G_BEGIN_DECLS typedef struct _ComicsDocument ComicsDocument; -ComicsDocument *comics_document_new (void); +GType comics_document_get_type (void) G_GNUC_CONST; -GType comics_document_get_type (void) G_GNUC_CONST; +G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module); G_END_DECLS