summaryrefslogtreecommitdiff
path: root/pango2/pango-hbfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango2/pango-hbfont.c')
-rw-r--r--pango2/pango-hbfont.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango2/pango-hbfont.c b/pango2/pango-hbfont.c
index 1bac38de..f421407c 100644
--- a/pango2/pango-hbfont.c
+++ b/pango2/pango-hbfont.c
@@ -915,7 +915,8 @@ pango2_hb_font_class_init (Pango2HbFontClass *class)
* This property contains a string representation of the variations.
*/
properties[PROP_VARIATIONS] =
- g_param_spec_string ("variations", NULL, NULL, NULL,
+ g_param_spec_string ("variations", NULL, NULL,
+ NULL,
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
g_object_class_install_properties (object_class, N_PROPERTIES, properties);