remove deprecated warning
Use g_pattern_spec_match_string()
Merge request reports
Activity
Filter activity
Fixes #15 (closed) I created a merge request for saving energy of someone coming to it again. however, I did it quickly so I hope you will check whether it is same or different and applicable to the condition or not.
The change has already been proposed in !25 (closed). Also, a compiler switch should be used in these cases:
#if GLIB_CHECK_VERSION (2, 70, 0) … #else … #fi
But anyway, I'm personally rather against adding compiler switches for this. I would prefer to use the
GLIB_VERSION_MIN_REQUIRED
andGLIB_VERSION_MAX_ALLOWED
macros, to filter out irrelevant warnings and add relevant ones respectively.See xfce4-panel/configure.ac.in#L141 for an example of use.
Edited by Gaël Bonithonchanged milestone to %4.17.3
Closed as duplicate of !25 (closed)
removed milestone %4.17.3
Please register or sign in to reply