projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7390e24
)
gsk: Add a missing GDK_AVAILABLE_IN_ALL
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 17 Feb 2021 20:18:49 +0000
(15:18 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 17 Feb 2021 20:20:24 +0000
(15:20 -0500)
gsk_text_node_has_color_glyphs was not properlty exported,
by accident.
Fixes: #3675
gsk/gskrendernode.h
patch
|
blob
|
history
diff --git
a/gsk/gskrendernode.h
b/gsk/gskrendernode.h
index b46a0d463ef062a24de817d63726204ac83034d4..88fa4241e67d85912a52bcf0229edbc1a343dfa6 100644
(file)
--- 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;