From cfe6cda6948abce6b587ef67e00a1717b6e78ca2 Mon Sep 17 00:00:00 2001 From: Zander Brown Date: Mon, 5 Jul 2021 22:58:50 +0100 Subject: [PATCH] cogl: Export cogl_blend_string_error_quark Part-of: --- cogl/cogl/cogl-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/cogl/cogl-types.h b/cogl/cogl/cogl-types.h index 30c908b64..cd92b2ecd 100644 --- a/cogl/cogl/cogl-types.h +++ b/cogl/cogl/cogl-types.h @@ -237,7 +237,7 @@ typedef enum /*< prefix=COGL_BLEND_STRING_ERROR >*/ COGL_BLEND_STRING_ERROR_GPU_UNSUPPORTED_ERROR } CoglBlendStringError; -uint32_t +COGL_EXPORT uint32_t cogl_blend_string_error_quark (void); #define COGL_SYSTEM_ERROR (_cogl_system_error_quark ())