X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fps%2Fev-spectre.h;h=42bf969dc70d7daad93af1965e18847e649bf87c;hb=212d9a536bc60e711b779feb5e8aa33db654997d;hp=fb00f9fb2c96101b14bf09fda28481d9943105d5;hpb=945efc9392d4c4b5d6a211ed4ccac376bf8c3066;p=evince.git diff --git a/backend/ps/ev-spectre.h b/backend/ps/ev-spectre.h index fb00f9fb..42bf969d 100644 --- a/backend/ps/ev-spectre.h +++ b/backend/ps/ev-spectre.h @@ -17,8 +17,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __PS_DOCUMENT_H__ @@ -39,7 +39,9 @@ G_BEGIN_DECLS typedef struct _PSDocument PSDocument; typedef struct _PSDocumentClass PSDocumentClass; -GType ps_document_get_type (void) G_GNUC_CONST; +GType ps_document_get_type (void) G_GNUC_CONST; + +G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module); G_END_DECLS