[gegl] Cleaned up API comment string inconsistencies.
- From: Øyvind Kolås <ok src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gegl] Cleaned up API comment string inconsistencies.
- Date: Sun, 22 Nov 2009 21:57:29 +0000 (UTC)
commit c9bfad47bfa30d4cfe8f937f9bc9dda6f4d10d68
Author: �yvind Kolås <pippin gimp org>
Date: Sun Nov 22 21:43:32 2009 +0000
Cleaned up API comment string inconsistencies.
gegl/gegl-utils.h | 5 ++---
gegl/gegl.h | 5 +++--
gegl/property-types/gegl-path.h | 4 ++++
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/gegl/gegl-utils.h b/gegl/gegl-utils.h
index 8608b16..886984d 100644
--- a/gegl/gegl-utils.h
+++ b/gegl/gegl-utils.h
@@ -196,14 +196,13 @@ void gegl_free (gpointer mem);
#define INT_MULT(a,b,t) ((t) = (a) * (b) + 0x80, ((((t) >> 8) + (t)) >> 8))
+/***
+ */
inline gint _gegl_float_epsilon_zero (float value);
gint _gegl_float_epsilon_equal (float v1,
float v2);
-/***
- */
-
G_END_DECLS
#endif /* __GEGL_UTILS_H__ */
diff --git a/gegl/gegl.h b/gegl/gegl.h
index 789a769..3e9fa9a 100644
--- a/gegl/gegl.h
+++ b/gegl/gegl.h
@@ -341,7 +341,7 @@ void gegl_node_set (GeglNode *node,
* gegl_node_set_valist:
* @node: a #GeglNode
* @first_property_name: name of the first property to set
- * @...: value for the first property, followed optionally by more name/value
+ * @args: value for the first property, followed optionally by more name/value
* pairs, followed by NULL.
*
* valist version of #gegl_node_set
@@ -373,7 +373,7 @@ void gegl_node_get (GeglNode *node,
* gegl_node_get_valist:
* @node: a #GeglNode
* @first_property_name: name of the first property to get.
- * @...: return location for the first property, followed optionally by more
+ * @args: return location for the first property, followed optionally by more
* name/value pairs, followed by NULL.
*
* valist version of #gegl_node_get
@@ -845,5 +845,6 @@ void gegl_processor_destroy (GeglProcessor *processor);
GeglConfig * gegl_config (void);
+
G_END_DECLS
#endif /* __GEGL_H__ */
diff --git a/gegl/property-types/gegl-path.h b/gegl/property-types/gegl-path.h
index 1337306..e872e8a 100644
--- a/gegl/property-types/gegl-path.h
+++ b/gegl/property-types/gegl-path.h
@@ -423,6 +423,10 @@ typedef struct GeglPathList
GeglPathItem d;
} GeglPathList;
+
+/***
+ */
+
/* appends to path list, if head is NULL a new list is created */
GeglPathList * gegl_path_list_append (GeglPathList *head, ...);
/* frees up a path list */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]