atkutil.cxx (cbc3d696) atkutil.cxx (a72d41dc)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 764 unchanged lines hidden (view full) ---

773 parent_type = ATK_TYPE_UTIL;
774 }
775
776 GTypeQuery type_query;
777 g_type_query( parent_type, &type_query );
778
779 static const GTypeInfo typeInfo =
780 {
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 764 unchanged lines hidden (view full) ---

773 parent_type = ATK_TYPE_UTIL;
774 }
775
776 GTypeQuery type_query;
777 g_type_query( parent_type, &type_query );
778
779 static const GTypeInfo typeInfo =
780 {
781 type_query.class_size,
781 (guint16) type_query.class_size,
782 (GBaseInitFunc) NULL,
783 (GBaseFinalizeFunc) NULL,
784 (GClassInitFunc) ooo_atk_util_class_init,
785 (GClassFinalizeFunc) NULL,
786 NULL,
782 (GBaseInitFunc) NULL,
783 (GBaseFinalizeFunc) NULL,
784 (GClassInitFunc) ooo_atk_util_class_init,
785 (GClassFinalizeFunc) NULL,
786 NULL,
787 type_query.instance_size,
787 (guint16) type_query.instance_size,
788 0,
789 (GInstanceInitFunc) NULL,
790 NULL
791 } ;
792
793 type = g_type_register_static (parent_type, "OOoUtil", &typeInfo, (GTypeFlags)0) ;
794 }
795
796 return type;
797}
798
799
788 0,
789 (GInstanceInitFunc) NULL,
790 NULL
791 } ;
792
793 type = g_type_register_static (parent_type, "OOoUtil", &typeInfo, (GTypeFlags)0) ;
794 }
795
796 return type;
797}
798
799