[gimp] Random doc fix
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Random doc fix
- Date: Mon, 14 Sep 2009 19:40:53 +0000 (UTC)
commit 892363605cd749a8dbcc8839f14346e155c10650
Author: Michael Natterer <mitch gimp org>
Date: Mon Sep 14 21:36:50 2009 +0200
Random doc fix
app/base/siox.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/app/base/siox.c b/app/base/siox.c
index 852d1f4..b199c63 100644
--- a/app/base/siox.c
+++ b/app/base/siox.c
@@ -744,6 +744,8 @@ siox_cache_remove_fg (gpointer key,
* Initializes the SIOX segmentator.
* Creates and returns a SioxState struct that has to be passed to all
* function calls of this module as it maintaines the state.
+ *
+'* Returns: a new siox state structure.
*/
SioxState *
siox_init (TileManager *pixels,
@@ -806,6 +808,8 @@ siox_init (TileManager *pixels,
* a good value is: { 0.64, 1.28, 2.56 }
* @smoothness: boundary smoothness (a good value is 3)
* @multiblob: allow multiple blobs (true) or only one (false)
+ * @progress_callback: a progress callback
+ * @progress_data: data passed to @progress_callback
*
* Writes the resulting segmentation into @mask. The region of
* interest as specified using @x1, @y1, @x2 and @y2 defines the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]