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 624476 - Deprecated Glib symbols
Deprecated Glib symbols
Status: RESOLVED OBSOLETE
Product: GConf
Classification: Deprecated
Component: gconf
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GConf Maintainers
GConf Maintainers
Depends on:
Blocks: 560423
 
 
Reported: 2010-07-15 17:51 UTC by Rodolphe Marques
Modified: 2010-07-16 07:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
replaces G_GNUC_FUNCTION with G_STRFUNC (957 bytes, patch)
2010-07-15 17:54 UTC, Rodolphe Marques
none Details | Review

Description Rodolphe Marques 2010-07-15 17:51:26 UTC
Uses G_GNUC_FUNCTION deprecated symbol from glib
Comment 1 Rodolphe Marques 2010-07-15 17:54:22 UTC
Created attachment 165984 [details] [review]
replaces G_GNUC_FUNCTION with G_STRFUNC

replace G_GNUC_FUNCTION with G_STRFUNC.

Compiles well with make CFLAGS+="-DG_DISABLE_DEPRECATED"
Comment 2 André Klapper 2010-07-16 07:34:57 UTC
* gconf/gconf-dbus.c does not exist in git master.
* gconf/gconf-internals.c has been fixed already.

Hence this is OBSOLETE.

Please always use recent latest git checkouts when patching.