X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fobjects%2Fgis-object.h;h=4f105d80a1f7a25f1a2c8304553e9878629f2ee3;hp=313f454f49fe5c52a4c17ad1d2449f9f96f12f49;hb=2ff4eb1f35e8300a2fdfdb6d38389284d483ba1d;hpb=a27f6ded65836d5bc66a81ec62875382fb73093e diff --git a/src/objects/gis-object.h b/src/objects/gis-object.h index 313f454..4f105d8 100644 --- a/src/objects/gis-object.h +++ b/src/objects/gis-object.h @@ -56,6 +56,14 @@ struct _GisObjectClass { GType gis_object_get_type(void); +/** + * gis_object_center: + * @object: The #GisObject to get the center of + * + * Get the #GisPoint representing the center of an object + * + * Returns: the center point + */ #define gis_object_center(object) \ (&GIS_OBJECT(object)->center)