GNOME Bugzilla – Bug 512561
G_GNUC_FUNCTION is deprecated
Last modified: 2008-01-28 14:52:40 UTC
so don't use it.
Created attachment 103878 [details] [review] patch
Looks good to me; do you want to commit or shall I?
* 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.