mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Expand the docs of g_object_class_install_property. Proposed by Maciej
* gobject.c: Expand the docs of g_object_class_install_property. Proposed by Maciej Piechotka svn path=/trunk/; revision=7642
This commit is contained in:
parent
24fcd3cef8
commit
8b14e3744c
@ -1,3 +1,10 @@
|
|||||||
|
2008-11-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 555935 – Clear the mechanism of overwriting properties
|
||||||
|
|
||||||
|
* gobject.c: Expand the docs of g_object_class_install_property.
|
||||||
|
Proposed by Maciej Piechotka
|
||||||
|
|
||||||
2008-10-16 Matthias Clasen <mclasen@redhat.com>
|
2008-10-16 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.19.0 ===
|
* === Released 2.19.0 ===
|
||||||
|
@ -397,6 +397,10 @@ install_property_internal (GType g_type,
|
|||||||
* @pspec: the #GParamSpec for the new property
|
* @pspec: the #GParamSpec for the new property
|
||||||
*
|
*
|
||||||
* Installs a new property. This is usually done in the class initializer.
|
* Installs a new property. This is usually done in the class initializer.
|
||||||
|
*
|
||||||
|
* Note that it is possible to redefine a property in a derived class,
|
||||||
|
* by installing a property with the same name. This can be useful at times,
|
||||||
|
* e.g. to change the range of allowed values or the default value.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
g_object_class_install_property (GObjectClass *class,
|
g_object_class_install_property (GObjectClass *class,
|
||||||
|
Loading…
Reference in New Issue
Block a user