mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user