]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-document-forms.h
Added Asturian translation on behalf of Mikel González
[evince.git] / libdocument / ev-document-forms.h
index a1b192da7990630622567a071ccf123c91e8f43b..f72b08bbec1baaa9b1556cf9cfc0501589c6aa71 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#if !defined (__EV_EVINCE_DOCUMENT_H_INSIDE__) && !defined (EVINCE_COMPILATION)
+#error "Only <evince-document.h> can be included directly."
+#endif
+
 #ifndef EV_DOCUMENT_FORMS_H
 #define EV_DOCUMENT_FORMS_H
 
@@ -44,7 +48,7 @@ struct _EvDocumentFormsIface
 
        /* Methods  */
        GList   *(* get_form_fields)                    (EvDocumentForms   *document_forms,
-                                                        gint               page);
+                                                        EvPage            *page);
        gchar   *(* form_field_text_get_text)           (EvDocumentForms   *document_forms,
                                                         EvFormField       *field);
        void     (* form_field_text_set_text)           (EvDocumentForms   *document_forms,
@@ -80,7 +84,7 @@ struct _EvDocumentFormsIface
 
 GType    ev_document_forms_get_type                            (void) G_GNUC_CONST;
 GList   *ev_document_forms_get_form_fields                     (EvDocumentForms   *document_forms,
-                                                               gint               page);
+                                                               EvPage            *page);
 
 gchar  *ev_document_forms_form_field_text_get_text            (EvDocumentForms   *document_forms, 
                                                                EvFormField       *field);