mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-23 23:40:09 +01:00
gobject: Fix "text_cluster_flags_get_type" typo
The macro missed the text from the name, rendering it useless.
This commit is contained in:
parent
9dde964553
commit
a4f221498c
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ cairo_gobject_line_cap_get_type (void);
|
|||
cairo_public GType
|
||||
cairo_gobject_line_join_get_type (void);
|
||||
|
||||
#define CAIRO_GOBJECT_TYPE_CLUSTER_FLAGS cairo_gobject_cluster_flags_get_type ()
|
||||
#define CAIRO_GOBJECT_TYPE_TEST_CLUSTER_FLAGS cairo_gobject_text_cluster_flags_get_type ()
|
||||
cairo_public GType
|
||||
cairo_gobject_text_cluster_flags_get_type (void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue