From fdf4784610942390b5465a245434c5d699aa8728 Mon Sep 17 00:00:00 2001 From: Alex Larsson Date: Mon, 10 Sep 2001 16:50:43 +0000 Subject: Update to the new g_boxed_type_register_static API. 2001-09-10 Alex Larsson * pango/fonts.c: * pango/glyphstring.c: * pango/pango-attributes.c: * pango/pango-color.c: * pango/pango-tabs.c: * pango/pango-utils.c: Update to the new g_boxed_type_register_static API. --- pango/pango-attributes.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pango/pango-attributes.c') diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index d2519f89..9519c01a 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -717,10 +717,8 @@ pango_attr_list_get_type (void) if (our_type == 0) our_type = g_boxed_type_register_static ("PangoAttrList", - NULL, (GBoxedCopyFunc) pango_attr_list_copy, - (GBoxedFreeFunc) pango_attr_list_unref, - FALSE); + (GBoxedFreeFunc) pango_attr_list_unref); return our_type; } -- cgit v1.2.1