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)
commit73469041fcbb7b5e81d4ca3877f6614795a69e50
tree7d7fe02f3a109f4f441fb6ab263a97c2ec8de403
parente9d8b80375bca5cab80fe46a93a0a1ab0f358348
Added a new boolean parameter to allow specifying when a call to
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
atk-adaptor/adaptors/accessible-adaptor.c
atk-adaptor/adaptors/cache-adaptor.c
atk-adaptor/adaptors/component-adaptor.c
atk-adaptor/adaptors/hyperlink-adaptor.c
atk-adaptor/adaptors/selection-adaptor.c
atk-adaptor/adaptors/table-adaptor.c
atk-adaptor/object.c
atk-adaptor/object.h