From 2c38d19af27ad001876b606950efc0598dd067fb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 10 Oct 2011 09:05:58 +0200 Subject: audio_format: add function attributes For better optimization. --- src/audio_check.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/audio_check.h') diff --git a/src/audio_check.h b/src/audio_check.h index 1d0bc1ded..9f71cf9c0 100644 --- a/src/audio_check.h +++ b/src/audio_check.h @@ -28,6 +28,7 @@ /** * The GLib quark used for errors reported by this library. */ +G_GNUC_CONST static inline GQuark audio_format_quark(void) { -- cgit v1.2.3