Update Spanish translation
[gnumeric.git] / src / gnm-so-polygon.h
blobfe9269ed8889e63d56fdc4d45fcdc62da3c79502
1 #ifndef _GNM_SO_POLYGON_H_
2 # define _GNM_SO_POLYGON_H_
4 #include <glib-object.h>
6 G_BEGIN_DECLS
8 #define GNM_SO_POLYGON_TYPE (gnm_so_polygon_get_type ())
9 #define GNM_IS_SO_POLYGON(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GNM_SO_POLYGON_TYPE))
10 GType gnm_so_polygon_get_type (void);
12 G_END_DECLS
14 #endif /* _GNM_SO_POLYGON_H_ */