Move GStrv typedef to glib.h instead of gobject.h
commitb81f3ced716b81ea604876ba1e89b953e0d04813
authorXavier Claessens <xavier.claessens@collabora.com>
Mon, 21 Sep 2015 14:41:00 +0000 (21 10:41 -0400)
committerXavier Claessens <xavier.claessens@collabora.com>
Tue, 22 Sep 2015 15:18:30 +0000 (22 11:18 -0400)
treeefec2d3c1f37fce811f119a3fe5d265519e77e54
parent32811598f384ac165a812b4dde8fb1ad4df2d420
Move GStrv typedef to glib.h instead of gobject.h

GStrv was historically only needed for the boxed G_TYPE_STRV,
but it is now useful for g_auto(GStrv) as well. This is not
an ABI change.

https://bugzilla.gnome.org/show_bug.cgi?id=755355
docs/reference/glib/glib-sections.txt
docs/reference/gobject/gobject-sections.txt
glib/docs.c
glib/glib-autocleanups.h
glib/gstrfuncs.c
glib/gstrfuncs.h
glib/tests/autoptr.c
gobject/glib-types.h
gobject/gobject-autocleanups.h