aboutsummaryrefslogtreecommitdiff
path: root/src/audio_check.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-10-10 09:05:58 +0200
committerMax Kellermann <max@duempel.org>2011-10-10 10:13:43 +0200
commit2c38d19af27ad001876b606950efc0598dd067fb (patch)
tree730aa53c874598d8d1c0441481edbfd00b09baa1 /src/audio_check.h
parent311e627463a17a499a88b50af2404e955115675b (diff)
audio_format: add function attributes
For better optimization.
Diffstat (limited to 'src/audio_check.h')
-rw-r--r--src/audio_check.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio_check.h b/src/audio_check.h
index 1d0bc1de..9f71cf9c 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)
{