GByteArray: Add missing transfer annotations
authorMartin Pitt <martinpitt@gnome.org>
Fri, 9 Nov 2012 08:32:03 +0000 (09:32 +0100)
committerMartin Pitt <martinpitt@gnome.org>
Fri, 9 Nov 2012 08:32:03 +0000 (09:32 +0100)
commita07a5f82aafca64872691313e233295e591e7632
treef1d5f385b1e00ac1f2096a6522ffd9ffd2b98424
parente06268d72e49dd487038043674aa1ee2f419118c
GByteArray: Add missing transfer annotations

Make g_byte_array_new() and g_byte_array_new_take() introspectable by adding
missing transfer annotations to return value.

Covered by tests in PyGObject.
glib/garray.c