[gimp/soc-2011-warp] gimpimagemap: add doc + TODO
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-warp] gimpimagemap: add doc + TODO
- Date: Tue, 5 Jul 2011 14:39:12 +0000 (UTC)
commit 761e9efae51a9ea445d8ec40f67abfdad71b8de3
Author: Michael Murà <batolettre gmail com>
Date: Sat Jul 2 23:15:29 2011 +0200
gimpimagemap: add doc + TODO
app/core/gimpimagemap.c | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/app/core/gimpimagemap.c b/app/core/gimpimagemap.c
index 8cbb2e5..443d911 100644
--- a/app/core/gimpimagemap.c
+++ b/app/core/gimpimagemap.c
@@ -350,6 +350,17 @@ gimp_image_map_new (GimpDrawable *drawable,
return image_map;
}
+/**
+ * gimp_image_map_apply:
+ * @image_map: a #GimpImageMap
+ * @visible: the visible area
+ *
+ * Compute and display the operation over the selection area.
+ * Succesive call to gimp_image_map_apply can be done to update the preview.
+ *
+ * TODO: currently, the @visible area is not used. It should be used to compute
+ * this area in priority.
+ */
void
gimp_image_map_apply (GimpImageMap *image_map,
const GeglRectangle *visible)
@@ -433,6 +444,12 @@ gimp_image_map_apply (GimpImageMap *image_map,
image_map->idle_id = g_idle_add ((GSourceFunc) gimp_image_map_do, image_map);
}
+/**
+ * gimp_image_map_commit:
+ * @image_map: a #GimpImageMap
+ *
+ * Commit the operation to the drawable.
+ */
void
gimp_image_map_commit (GimpImageMap *image_map)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]