[docs] Calling g_object_ref() will not dispose an object
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 11 Mar 2009 13:55:01 +0000 (13:55 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 11 Mar 2009 13:58:31 +0000 (13:58 +0000)
commit7a5cea44dd547ea15a51dd2ee49bc15d41e84546
treeabbd02b819866bba18fadd6f72369c409838e388
parente430903acd4b7f7da8cbb5e0f6f95e1eff0b9bba
[docs] Calling g_object_ref() will not dispose an object

The right way to dispose a PangoContext is to call g_object_unref(),
not g_object_ref().
clutter/clutter-actor.c