g_object_class_install_property



Hi,

What are "properties" relative to normal members that you
add in the header file declaration of your own object?
Are "properties" just a way of adding members to your
class at run-time?


void g_object_class_install_property (GObjectClass *oclass,
                                      guint property_id,
                                      GParamSpec *pspec);

http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#g-object-class-install-property




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