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=76feef0512a539ef6fc3517b5bfcd1b96ef4a41f;hb=50054f2b7add5679309336c08430ebe65d4339f6;hp=cd5b17b5abe4299c2700c498260caa7a05922a93;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/comics/comics-document.h b/backend/comics/comics-document.h index cd5b17b5..76feef05 100644 --- a/backend/comics/comics-document.h +++ b/backend/comics/comics-document.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __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