]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-form-field.h
[windows] Define WIFEXITED and WEXITSTATUS on Windows
[evince.git] / libdocument / ev-form-field.h
index 027bee60e579e3b16e704b365f935c133b5f8b4c..1e5114ef744768cb38786a38ea3c2c08d53b20a0 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  */
 
  * 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_FORM_FIELD_H
 #define EV_FORM_FIELD_H
 
 #ifndef EV_FORM_FIELD_H
 #define EV_FORM_FIELD_H
 
@@ -204,26 +208,6 @@ GType        ev_form_field_signature_get_type (void) G_GNUC_CONST;
 EvFormField *ev_form_field_signature_new      (gint                  id);
 
 
 EvFormField *ev_form_field_signature_new      (gint                  id);
 
 
-/* FormField Mapping stuff */
-typedef struct _EvFormFieldMapping EvFormFieldMapping;
-struct _EvFormFieldMapping {
-       EvFormField *field;
-       gdouble x1;
-       gdouble y1;
-       gdouble x2;
-       gdouble y2;
-};
-
-void         ev_form_field_mapping_free       (GList        *field_mapping);
-EvFormField *ev_form_field_mapping_find       (GList        *field_mapping,
-                                              gdouble       x,
-                                              gdouble       y);
-void         ev_form_field_mapping_get_area   (GList        *field_mapping,
-                                              EvFormField  *field,
-                                              EvRectangle  *area);
-EvFormField *ev_form_field_mapping_find_by_id (GList        *form_field_mapping,
-                                              gint          id);
-
 G_END_DECLS
 
 #endif /* !EV_FORM_FIELD_H */
 G_END_DECLS
 
 #endif /* !EV_FORM_FIELD_H */