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=845301b62ea51e717d81de68e9d79dea92095d66;hb=11eb3f2a9d6062b2d38a549c1f9547d7985c7be5;hp=d92d474c4c3fc0a203de6e85e1952002d42580b1;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/dvi/dvi-document.h b/backend/dvi/dvi-document.h index d92d474c..845301b6 100644 --- a/backend/dvi/dvi-document.h +++ b/backend/dvi/dvi-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 __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