gutils: move G_END_DECLS to the end of gutils.h
authorMichael Henning <drawoc@darkrefraction.com>
Sun, 30 Dec 2012 04:57:23 +0000 (23:57 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 31 Dec 2012 21:13:29 +0000 (16:13 -0500)
commit0d3da350c608483a12c89334638317d57449e968
tree94008f334298baffdd69c1851bbffa14dcd7c87b
parent81c1fd22bd92454b0f7c97715e11c77eb0451abf
gutils: move G_END_DECLS to the end of gutils.h

Previously, some declarations near the bottom came after the
G_END_DECLS, causing linker errors for C++ users that called those
functions.

https://bugzilla.gnome.org/show_bug.cgi?id=690902
glib/gutils.h