]> Pileus Git - grits/blobdiff - src/objects/gis-object.h
Document GisObject
[grits] / src / objects / gis-object.h
index 313f454f49fe5c52a4c17ad1d2449f9f96f12f49..4f105d80a1f7a25f1a2c8304553e9878629f2ee3 100644 (file)
@@ -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)