X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Ftiff%2Ftiff-document.h;h=a188f1430500d967429eca6e4db82201a7592704;hb=38c1b9aab8bfb41de6dc07df26fd6743a63ea015;hp=bdf0e29db5603a42a2a5551ee2f12eca83f9d842;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/tiff/tiff-document.h b/backend/tiff/tiff-document.h index bdf0e29d..a188f143 100644 --- a/backend/tiff/tiff-document.h +++ b/backend/tiff/tiff-document.h @@ -14,7 +14,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 __TIFF_DOCUMENT_H__ @@ -30,8 +30,8 @@ G_BEGIN_DECLS typedef struct _TiffDocument TiffDocument; -TiffDocument *tiff_document_new (void); -GType tiff_document_get_type (void) G_GNUC_CONST; +GType tiff_document_get_type (void) G_GNUC_CONST; +G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module); G_END_DECLS