gobject: Fix "text_cluster_flags_get_type" typo

The macro missed the text from the name, rendering it useless.
This commit is contained in:
Kouhei Sutou 2013-01-04 12:18:29 +00:00 committed by Chris Wilson
parent 9dde964553
commit a4f221498c

View file

@ -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);