]> www.fi.muni.cz Git - evince.git/blobdiff - backend/pixbuf/pixbuf-document.h
Update FSF address everywhere.
[evince.git] / backend / pixbuf / pixbuf-document.h
index bddf94a8fb747f24b4424fb43fcecc0d1f190858..6f34372d92bde3cba7cdc9201278b03069248cce 100644 (file)
@@ -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 __PIXBUF_DOCUMENT_H__
@@ -29,9 +29,9 @@ G_BEGIN_DECLS
 
 typedef struct _PixbufDocument PixbufDocument;
 
-PixbufDocument *pixbuf_document_new       (void);
+GType                 pixbuf_document_get_type (void) G_GNUC_CONST;
 
-GType        pixbuf_document_get_type  (void) G_GNUC_CONST;
+G_MODULE_EXPORT GType register_evince_backend  (GTypeModule *module); 
      
 G_END_DECLS