[gtk/matthiasc/for-master: 1/2] gsk: Add a missing GDK_AVAILABLE_IN_ALL
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master: 1/2] gsk: Add a missing GDK_AVAILABLE_IN_ALL
- Date: Wed, 17 Feb 2021 20:26:59 +0000 (UTC)
commit 5a8e2a8c2d5a5f41a1135e1890c597ff75b560f1
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Feb 17 15:18:49 2021 -0500
gsk: Add a missing GDK_AVAILABLE_IN_ALL
gsk_text_node_has_color_glyphs was not properlty exported,
by accident.
Fixes: #3675
gsk/gskrendernode.h | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gsk/gskrendernode.h b/gsk/gskrendernode.h
index b46a0d463e..88fa4241e6 100644
--- a/gsk/gskrendernode.h
+++ b/gsk/gskrendernode.h
@@ -494,6 +494,7 @@ GskRenderNode * gsk_text_node_new (PangoFont
const graphene_point_t *offset);
GDK_AVAILABLE_IN_ALL
PangoFont * gsk_text_node_get_font (const GskRenderNode *node) G_GNUC_PURE;
+GDK_AVAILABLE_IN_ALL
gboolean gsk_text_node_has_color_glyphs (const GskRenderNode *node) G_GNUC_PURE;
GDK_AVAILABLE_IN_ALL
guint gsk_text_node_get_num_glyphs (const GskRenderNode *node) G_GNUC_PURE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]