[gimp] app: Update gimp_display_shell_transform_xy_f() gtk-doc
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Update gimp_display_shell_transform_xy_f() gtk-doc
- Date: Tue, 26 Oct 2010 12:15:25 +0000 (UTC)
commit 1e747cbb19c8fb5a53807ab4a85447f9186e93d0
Author: Martin Nordholts <martinn src gnome org>
Date: Mon Oct 25 14:14:01 2010 +0200
app: Update gimp_display_shell_transform_xy_f() gtk-doc
gimp_display_shell_transfrom_xy() is removed.
app/display/gimpdisplayshell-transform.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-transform.c b/app/display/gimpdisplayshell-transform.c
index 1707811..c2fce99 100644
--- a/app/display/gimpdisplayshell-transform.c
+++ b/app/display/gimpdisplayshell-transform.c
@@ -172,14 +172,14 @@ gimp_display_shell_untransform_xy (const GimpDisplayShell *shell,
/**
* gimp_display_shell_transform_xy_f:
- * @shell: a #GimpDisplayShell
- * @x: x coordinate of point in image coordinates
- * @y: y coordinate of point in image coordinate
- * @nx: returns the transformed x coordinate
- * @ny: returns the transformed y coordinate
+ * @shell: a #GimpDisplayShell
+ * @x: image x coordinate of point
+ * @y: image y coordinate of point
+ * @nx: returned shell canvas x coordinate
+ * @ny: returned shell canvas y coordinate
*
- * This function is identical to gimp_display_shell_transfrom_xy(),
- * except that it returns its results as doubles rather than ints.
+ * Transforms from image coordinates to display shell canvas
+ * coordinates.
**/
void
gimp_display_shell_transform_xy_f (const GimpDisplayShell *shell,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]