After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690902 - G_END_DECLS needs to be at the end of gutils.h
G_END_DECLS needs to be at the end of gutils.h
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.35.x
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-12-30 20:54 UTC by Mike Henning (drawoc)
Modified: 2012-12-31 21:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gutils: move G_END_DECLS to the end of gutils.h (907 bytes, patch)
2012-12-30 20:54 UTC, Mike Henning (drawoc)
committed Details | Review

Description Mike Henning (drawoc) 2012-12-30 20:54:55 UTC
Created attachment 232412 [details] [review]
gutils: move G_END_DECLS to the end of gutils.h

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.
Comment 1 Matthias Clasen 2012-12-31 21:12:55 UTC
Attachment 232412 [details] pushed as 0d3da35 - gutils: move G_END_DECLS to the end of gutils.h