[gegl] gegl-utils: Introspection annotations



commit b4913381e53647d0ed2b831a5cf7e087a113f442
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Wed May 15 17:25:20 2013 -0700

    gegl-utils: Introspection annotations

 gegl/gegl-utils.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gegl/gegl-utils.h b/gegl/gegl-utils.h
index 1fc1a4e..08ca544 100644
--- a/gegl/gegl-utils.h
+++ b/gegl/gegl-utils.h
@@ -189,7 +189,7 @@ void     gegl_rectangle_dump              (const GeglRectangle *rectangle);
 gpointer gegl_malloc                  (gsize    n_bytes);
 
 /**
- * gegl_free:
+ * gegl_free: (skip)
  * @mem: the memory to free.
  *
  * Frees the memory pointed to by @mem, if @mem is NULL it will warn and abort.
@@ -197,7 +197,7 @@ gpointer gegl_malloc                  (gsize    n_bytes);
 void     gegl_free                    (gpointer mem);
 
 /**
- * gegl_calloc:
+ * gegl_calloc: (skip)
  * @size: size of items to allocate
  * @n_memb: number of members
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]