diff options
author | Kjell Ahlstedt <kjell.ahlstedt@bredband.net> | 2014-10-01 10:55:35 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjell.ahlstedt@bredband.net> | 2014-10-01 10:55:35 +0200 |
commit | 8cd77c559fba8a894392db612280af35639e9457 (patch) | |
tree | 21366328a9bd9470b2c1b66738882b2b04f356d1 /glib/glibmm/propertyproxy.h | |
parent | 7d12317eccb0edbc43d96793487b08e7f266c4a4 (diff) | |
download | glibmm-2-42.tar.gz |
Glib::Property: Add some documentationglibmm-2-42
* glib/glibmm/propertyproxy.h:
* glib/glibmm/property.h: Move the documentation about registering
properties from PropertyProxy to Property, which is the class that registers
custom properties. Add a code snippet to the documentation. Bug #523043.
Diffstat (limited to 'glib/glibmm/propertyproxy.h')
-rw-r--r-- | glib/glibmm/propertyproxy.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/glib/glibmm/propertyproxy.h b/glib/glibmm/propertyproxy.h index a41f549a..56065038 100644 --- a/glib/glibmm/propertyproxy.h +++ b/glib/glibmm/propertyproxy.h @@ -38,11 +38,6 @@ namespace Glib * @endcode * * You may also receive notification when a property's value changes, by connecting to signal_changed(). - * - * You may register new properties for your class (actually for the underlying GType) - * simply by adding a PropertyProxy instance as a class member. - * However, your constructor must call the Glib::ObjectBase constructor with a new GType name, - * in order to register a new GType. */ template <class T> class PropertyProxy : public PropertyProxy_Base |