Added a new boolean parameter to allow specifying when a call to
authorMario Sanchez Prada <msanchez@igalia.com>
Tue, 22 Jun 2010 07:50:37 +0000 (03:50 -0400)
committerMike Gorse <mgorse@novell.com>
Tue, 22 Jun 2010 07:50:37 +0000 (03:50 -0400)
g_object_unref should be done by the end of that function, since there
are many functions in the ATK API that do not return an extra
reference, and therefore do not need this extra unref.

Updated all callers accordingly.

Bug #622309


No differences found