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 512561 - G_GNUC_FUNCTION is deprecated
G_GNUC_FUNCTION is deprecated
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2008-01-28 12:52 UTC by Christian Persch
Modified: 2008-01-28 14:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.93 KB, patch)
2008-01-28 12:53 UTC, Christian Persch
accepted-commit_now Details | Review

Description Christian Persch 2008-01-28 12:52:47 UTC
so don't use it.
Comment 1 Christian Persch 2008-01-28 12:53:41 UTC
Created attachment 103878 [details] [review]
patch
Comment 2 Thomas Thurman 2008-01-28 14:18:26 UTC
Looks good to me; do you want to commit or shall I?
Comment 3 Christian Persch 2008-01-28 14:52:40 UTC
        * src/core/display.c: (convert_property):
        * src/core/screen.c: (meta_screen_calc_workspace_layout):
        * src/core/xprops.c: (meta_prop_get_values): 
        Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. Bug #512561.