[gegl] add GIR annotations to skip gegl-op.h "internals"



commit 53a048bfb86380c57a6379918394d27c54dfd419
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu May 15 04:03:10 2014 +0200

    add GIR annotations to skip gegl-op.h "internals"

 gegl/property-types/gegl-paramspecs.h |   53 +++++++++++++++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/gegl/property-types/gegl-paramspecs.h b/gegl/property-types/gegl-paramspecs.h
index 9e9108e..7005bdc 100644
--- a/gegl/property-types/gegl-paramspecs.h
+++ b/gegl/property-types/gegl-paramspecs.h
@@ -374,30 +374,83 @@ GParamSpec * gegl_param_spec_format (const gchar *name,
                                      const gchar *blurb,
                                      GParamFlags  flags);
 
+/**
+ * gegl_param_spec_double_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_double_from_vararg (const char *name, ...) 
                                                  G_GNUC_NULL_TERMINATED;
+/**
+ * gegl_param_spec_int_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_int_from_vararg (const char *name, ...)
                                               G_GNUC_NULL_TERMINATED;
+
+/**
+ * gegl_param_spec_string_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_string_from_vararg (const char *name, ...)
                                                  G_GNUC_NULL_TERMINATED;
+/**
+ * gegl_param_spec_boolean_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_boolean_from_vararg (const char *name, ...)
                                                   G_GNUC_NULL_TERMINATED;
+/**
+ * gegl_param_spec_pointer_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_pointer_from_vararg (const char *name, ...)
                                                   G_GNUC_NULL_TERMINATED;
+/**
+ * gegl_param_spec_enum_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_enum_from_vararg (const char *name, GType enum_type, ...)
                                                G_GNUC_NULL_TERMINATED;
+/**
+ * gegl_param_spec_color_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_color_from_vararg (const char *name, ...)
                                                 G_GNUC_NULL_TERMINATED;
+/**
+ * gegl_param_spec_seed_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_seed_from_vararg (const char *name, ...)
                                                G_GNUC_NULL_TERMINATED;
+/**
+ * gegl_param_spec_object_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_object_from_vararg (const char *name, ...)
                                                  G_GNUC_NULL_TERMINATED;
+/**
+ * gegl_param_spec_format_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_format_from_vararg (const char *name, ...)
                                                  G_GNUC_NULL_TERMINATED;
+/**
+ * gegl_param_spec_curve_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_curve_from_vararg (const char *name, ...)
                                                 G_GNUC_NULL_TERMINATED;
+/**
+ * gegl_param_spec_path_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_path_from_vararg (const char *name, ...)
                                                G_GNUC_NULL_TERMINATED;
+/**
+ * gegl_param_spec_file_path_from_vararg: (skip)
+ * Returns: (transfer full): a newly created parameter specification
+ */
 GParamSpec * gegl_param_spec_file_path_from_vararg (const char *name, ...)
                                                     G_GNUC_NULL_TERMINATED;
 


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