]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-document-images.h
[shell] Port override_restrictions gconf key to GSettings
[evince.git] / libdocument / ev-document-images.h
index d9d76965822000af97063320e1419b82718d2690..7c38a30adde8a12695af16b3d0eee36be4d5d9d5 100644 (file)
@@ -15,7 +15,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.
  */
 
 #if !defined (__EV_EVINCE_DOCUMENT_H_INSIDE__) && !defined (EVINCE_COMPILATION)
@@ -48,14 +48,14 @@ struct _EvDocumentImagesIface {
 
         /* Methods  */
         GList     *(* get_image_mapping) (EvDocumentImages *document_images,
-                                         gint              page);
+                                         EvPage           *page);
        GdkPixbuf *(* get_image)         (EvDocumentImages *document_images,
                                          EvImage          *image);
 };
 
 GType      ev_document_images_get_type            (void) G_GNUC_CONST;
 GList     *ev_document_images_get_image_mapping   (EvDocumentImages *document_images,
-                                                  gint              page);
+                                                  EvPage           *page);
 GdkPixbuf *ev_document_images_get_image           (EvDocumentImages *document_images,
                                                   EvImage          *image);