X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fimpress%2Fimpress-document.h;h=17a3c19a38378575794216fd95111d745596dbac;hb=refs%2Ftags%2FEVINCE_2_31_2;hp=7698e98cbed7eb52dc32eb0da0837b8061133e22;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/impress/impress-document.h b/backend/impress/impress-document.h index 7698e98c..17a3c19a 100644 --- a/backend/impress/impress-document.h +++ b/backend/impress/impress-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 __IMPRESS_DOCUMENT_H__ @@ -30,8 +30,9 @@ G_BEGIN_DECLS typedef struct _ImpressDocument ImpressDocument; -ImpressDocument *impress_document_new (void); -GType impress_document_get_type (void) G_GNUC_CONST; +GType impress_document_get_type (void) G_GNUC_CONST; + +G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module); G_END_DECLS