glib/gobject/tests
Emmanuele Bassi 9cd43d7a4c gobject: Add install_properties()
Since we added g_object_notify_by_pspec(), an efficient way to install
and notify properties relies on storing the GParamSpec pointers inside
a static arrays, like we do for signal identifiers.

Instead of multiple calls to g_object_class_install_property(), we
should have a single function to take the static array of GParamSpecs
and iterate it.

https://bugzilla.gnome.org/show_bug.cgi?id=626919

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
2010-09-13 12:34:53 +01:00
..
.gitignore gobject: Add install_properties() 2010-09-13 12:34:53 +01:00
binding.c Add bug references to some tests 2010-08-13 21:23:23 -04:00
dynamictests.c gobject/tests: New test for dynamic class creation/destruction 2009-11-30 20:52:33 +01:00
Makefile.am gobject: Add install_properties() 2010-09-13 12:34:53 +01:00
properties.c gobject: Add install_properties() 2010-09-13 12:34:53 +01:00
threadtests.c [tests] Remove C++ style comments 2010-01-20 18:58:32 +01:00