summaryrefslogtreecommitdiff
path: root/gobject/gparamspecs.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2010-12-22 22:09:21 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2010-12-27 22:08:07 +0100
commit282366c32626325ebb9257e500d3d2783e5d3d12 (patch)
tree320a3c025faa3269d1d019c8d157b7e8bf729fd0 /gobject/gparamspecs.c
parent3955bbfde0080bd15fff07906d011b93a2be2665 (diff)
downloadglib-282366c32626325ebb9257e500d3d2783e5d3d12.tar.gz
Add GI annotations to GParamSpec
Diffstat (limited to 'gobject/gparamspecs.c')
-rw-r--r--gobject/gparamspecs.c46
1 files changed, 23 insertions, 23 deletions
diff --git a/gobject/gparamspecs.c b/gobject/gparamspecs.c
index 9e07cfe68..f49936bc3 100644
--- a/gobject/gparamspecs.c
+++ b/gobject/gparamspecs.c
@@ -1591,7 +1591,7 @@ g_param_spec_types_init (void)
/* --- GParamSpec initialization --- */
/**
- * g_param_spec_char:
+ * g_param_spec_char: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -1631,7 +1631,7 @@ g_param_spec_char (const gchar *name,
}
/**
- * g_param_spec_uchar:
+ * g_param_spec_uchar: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -1671,7 +1671,7 @@ g_param_spec_uchar (const gchar *name,
}
/**
- * g_param_spec_boolean:
+ * g_param_spec_boolean: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -1708,7 +1708,7 @@ g_param_spec_boolean (const gchar *name,
}
/**
- * g_param_spec_int:
+ * g_param_spec_int: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -1750,7 +1750,7 @@ g_param_spec_int (const gchar *name,
}
/**
- * g_param_spec_uint:
+ * g_param_spec_uint: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -1792,7 +1792,7 @@ g_param_spec_uint (const gchar *name,
}
/**
- * g_param_spec_long:
+ * g_param_spec_long: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -1834,7 +1834,7 @@ g_param_spec_long (const gchar *name,
}
/**
- * g_param_spec_ulong:
+ * g_param_spec_ulong: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -1877,7 +1877,7 @@ g_param_spec_ulong (const gchar *name,
}
/**
- * g_param_spec_int64:
+ * g_param_spec_int64: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -1919,7 +1919,7 @@ g_param_spec_int64 (const gchar *name,
}
/**
- * g_param_spec_uint64:
+ * g_param_spec_uint64: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -1962,7 +1962,7 @@ g_param_spec_uint64 (const gchar *name,
}
/**
- * g_param_spec_unichar:
+ * g_param_spec_unichar: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -1998,7 +1998,7 @@ g_param_spec_unichar (const gchar *name,
}
/**
- * g_param_spec_enum:
+ * g_param_spec_enum: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -2044,7 +2044,7 @@ g_param_spec_enum (const gchar *name,
}
/**
- * g_param_spec_flags:
+ * g_param_spec_flags: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -2090,7 +2090,7 @@ g_param_spec_flags (const gchar *name,
}
/**
- * g_param_spec_float:
+ * g_param_spec_float: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -2132,7 +2132,7 @@ g_param_spec_float (const gchar *name,
}
/**
- * g_param_spec_double:
+ * g_param_spec_double: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -2175,7 +2175,7 @@ g_param_spec_double (const gchar *name,
}
/**
- * g_param_spec_string:
+ * g_param_spec_string: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -2207,7 +2207,7 @@ g_param_spec_string (const gchar *name,
}
/**
- * g_param_spec_param:
+ * g_param_spec_param: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -2243,7 +2243,7 @@ g_param_spec_param (const gchar *name,
}
/**
- * g_param_spec_boxed:
+ * g_param_spec_boxed: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -2280,7 +2280,7 @@ g_param_spec_boxed (const gchar *name,
}
/**
- * g_param_spec_pointer:
+ * g_param_spec_pointer: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -2309,7 +2309,7 @@ g_param_spec_pointer (const gchar *name,
}
/**
- * g_param_spec_gtype:
+ * g_param_spec_gtype: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -2347,7 +2347,7 @@ g_param_spec_gtype (const gchar *name,
}
/**
- * g_param_spec_value_array:
+ * g_param_spec_value_array: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -2391,7 +2391,7 @@ g_param_spec_value_array (const gchar *name,
}
/**
- * g_param_spec_object:
+ * g_param_spec_object: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
@@ -2427,7 +2427,7 @@ g_param_spec_object (const gchar *name,
}
/**
- * g_param_spec_override:
+ * g_param_spec_override: (skip)
* @name: the name of the property.
* @overridden: The property that is being overridden
*
@@ -2470,7 +2470,7 @@ g_param_spec_override (const gchar *name,
}
/**
- * g_param_spec_variant:
+ * g_param_spec_variant: (skip)
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified