Put calls to registered copy/free functions into separate functions
authorBenjamin Otte <otte@redhat.com>
Wed, 20 Jan 2010 19:02:24 +0000 (20:02 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 25 Jan 2010 14:30:38 +0000 (15:30 +0100)
commitac666d2ae35b86c0d92ae70a0fb77b9df91035d1
treebaf9d5a65d09208dbcf002c32796fab84c923cca
parent4ecf8655b315f9da3d108356c8f39394300deae3
Put calls to registered copy/free functions into separate functions

This eases cleaning up these functions.

One optimization in value_set_internal() was lost in the process. It
shouldn't cause too many issues when all is said and done.

https://bugzilla.gnome.org/show_bug.cgi?id=554887
gobject/gboxed.c