Move some docs inline.

* gobject/tmpl/param_value_types.sgml: Move some docs inline.

	* gsignal.c (g_signal_new): Typo fix.

	* gparamspecs.c:
	* gparam.c (g_param_spec_internal):
	* gobject.c (g_object_class_install_property): Add docs.
This commit is contained in:
Matthias Clasen
2002-12-15 02:38:49 +00:00
parent 2c4878f63e
commit 8b8616bb9c
7 changed files with 374 additions and 123 deletions

View File

@@ -258,6 +258,14 @@ g_object_do_class_init (GObjectClass *class)
1, G_TYPE_PARAM);
}
/**
* g_object_class_install_property:
* @class: a #GObjectClass
* @property_id: the id for the new property
* @pspec: the #GParamSpec for the new property
*
* Installs a new property. This is usually done in the class initializer.
**/
void
g_object_class_install_property (GObjectClass *class,
guint property_id,