]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
codegen: Use __once instead of __volatile in generated code
authorVal Och <v19930312@gmail.com>
Fri, 31 Dec 2021 17:25:49 +0000 (20:25 +0300)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 3 Jan 2022 14:00:07 +0000 (15:00 +0100)
This better reflects purpose of relevant variables, especially
given that they aren't volatile anymore on GLib 2.68+.

433 files changed:
codegen/valagobjectmodule.vala
codegen/valatyperegisterfunction.vala
tests/annotations/deprecated.c-expected
tests/annotations/description.c-expected
tests/arrays/cast-struct-boxed-element-access.c-expected
tests/arrays/class-field-initializer.c-expected
tests/arrays/class-field-length-cname.c-expected
tests/arrays/empty-length-0.c-expected
tests/arrays/fixed-length-enum-value.c-expected
tests/arrays/struct-field-length-cname.c-expected
tests/arrays/struct-initializer-null.c-expected
tests/arrays/struct-namespaced-initializer.c-expected
tests/asynchronous/bug595735.c-expected
tests/asynchronous/bug595755.c-expected
tests/asynchronous/bug596177.c-expected
tests/asynchronous/bug598677.c-expected
tests/asynchronous/bug598697.c-expected
tests/asynchronous/bug598698.c-expected
tests/asynchronous/bug600827.c-expected
tests/asynchronous/bug601558.c-expected
tests/asynchronous/bug612641.c-expected
tests/asynchronous/bug613484.c-expected
tests/asynchronous/bug614294.c-expected
tests/asynchronous/bug620740.c-expected
tests/asynchronous/bug626053.c-expected
tests/asynchronous/bug641182.c-expected
tests/asynchronous/bug646945.c-expected
tests/asynchronous/bug652252.c-expected
tests/asynchronous/bug653861.c-expected
tests/asynchronous/bug659886.c-expected
tests/asynchronous/bug710103.c-expected
tests/asynchronous/bug741929.c-expected
tests/asynchronous/bug742621.c-expected
tests/asynchronous/bug762819.c-expected
tests/asynchronous/bug783543.c-expected
tests/asynchronous/bug792660.c-expected
tests/asynchronous/bug792942.c-expected
tests/asynchronous/bug793158.c-expected
tests/asynchronous/constructor-argument-check.c-expected
tests/asynchronous/finish-name.c-expected
tests/asynchronous/generator.c-expected
tests/asynchronous/nowrapper.c-expected
tests/asynchronous/out-parameter-free-on-error.c-expected
tests/basic-types/arrays-generics.c-expected
tests/basic-types/arrays.c-expected
tests/basic-types/bug571486.c-expected
tests/basic-types/bug622178.c-expected
tests/basic-types/bug678791.c-expected
tests/basic-types/bug686336.c-expected
tests/basic-types/default-gtype.c-expected
tests/basic-types/garray.c-expected
tests/basic-types/glists_remove.c-expected
tests/basic-types/gptrarray.c-expected
tests/basic-types/gvariants-unboxing-safe.c-expected
tests/basic-types/gvariants.c-expected
tests/basic-types/pointers.c-expected
tests/chainup/bug791785.c-expected
tests/chainup/class-base-foo.c-expected
tests/chainup/class-base.c-expected
tests/chainup/class-object.c-expected
tests/chainup/class-this-foo.c-expected
tests/chainup/class-this.c-expected
tests/chainup/method-lambda-base.c-expected
tests/chainup/no-chainup.c-expected
tests/chainup/signal-default-handler.c-expected
tests/chainup/struct-base-foo.c-expected
tests/chainup/struct-base.c-expected
tests/chainup/struct-this-foo.c-expected
tests/chainup/struct-this.c-expected
tests/constants/member-access-enum.c-expected
tests/constants/member-access.c-expected
tests/control-flow/break.c-expected
tests/control-flow/bug736774-1.c-expected
tests/control-flow/bug761267-1.c-expected
tests/control-flow/bug761267-2.c-expected
tests/control-flow/coalesce-right-value.c-expected
tests/control-flow/expressions-conditional.c-expected
tests/control-flow/for-switch-continue.c-expected
tests/control-flow/local-clash-with-implicit-this.c-expected
tests/control-flow/null-conditional-bool.c-expected
tests/control-flow/pre-post-increment-property.c-expected
tests/control-flow/sideeffects.c-expected
tests/control-flow/switch-enum.c-expected
tests/control-flow/switch.c-expected
tests/dbus/arrays_client.c-expected
tests/dbus/arrays_server.c-expected
tests/dbus/async-bus_client.c-expected
tests/dbus/async-bus_server.c-expected
tests/dbus/async-connection_client.c-expected
tests/dbus/async-connection_server.c-expected
tests/dbus/async-errors_client.c-expected
tests/dbus/async-errors_server.c-expected
tests/dbus/async-no-reply_client.c-expected
tests/dbus/async-no-reply_server.c-expected
tests/dbus/async_client.c-expected
tests/dbus/async_server.c-expected
tests/dbus/basic-types_client.c-expected
tests/dbus/basic-types_server.c-expected
tests/dbus/bug596862.c-expected
tests/dbus/bug602003_client.c-expected
tests/dbus/bug602003_server.c-expected
tests/dbus/bug735437_client.c-expected
tests/dbus/bug735437_server.c-expected
tests/dbus/bug782719_client.c-expected
tests/dbus/bug782719_server.c-expected
tests/dbus/bug783002_client.c-expected
tests/dbus/bug783002_server.c-expected
tests/dbus/bug792277.c-expected
tests/dbus/connection_client.c-expected
tests/dbus/connection_server.c-expected
tests/dbus/dicts_client.c-expected
tests/dbus/dicts_server.c-expected
tests/dbus/dynamic-method_server.c-expected
tests/dbus/enum-string-marshalling.c-expected
tests/dbus/errors_client.c-expected
tests/dbus/errors_server.c-expected
tests/dbus/filedescriptor-async_client.c-expected
tests/dbus/filedescriptor-async_server.c-expected
tests/dbus/filedescriptor-errors_client.c-expected
tests/dbus/filedescriptor-errors_server.c-expected
tests/dbus/filedescriptor_client.c-expected
tests/dbus/filedescriptor_server.c-expected
tests/dbus/generics_client.c-expected
tests/dbus/generics_server.c-expected
tests/dbus/interface-info_client.c-expected
tests/dbus/interface-info_server.c-expected
tests/dbus/no-reply_client.c-expected
tests/dbus/no-reply_server.c-expected
tests/dbus/rawvariants_client.c-expected
tests/dbus/rawvariants_server.c-expected
tests/dbus/signals_client.c-expected
tests/dbus/signals_server.c-expected
tests/dbus/structs_client.c-expected
tests/dbus/structs_server.c-expected
tests/delegates/bug539166.c-expected
tests/delegates/bug595610.c-expected
tests/delegates/bug639751.c-expected
tests/delegates/bug659778.c-expected
tests/delegates/bug683925.c-expected
tests/delegates/casting.c-expected
tests/delegates/compatible.c-expected
tests/delegates/delegates.c-expected
tests/delegates/error-pos.c-expected
tests/delegates/fields-no-target.c-expected
tests/delegates/gclosure-conversion.c-expected
tests/delegates/lambda-shared-closure.c-expected
tests/delegates/reference_transfer.c-expected
tests/enums/bug614424.c-expected
tests/enums/bug666035.c-expected
tests/enums/bug673879.c-expected
tests/enums/bug763831.c-expected
tests/enums/bug780050.c-expected
tests/enums/enum-boxed.c-expected
tests/enums/enum_only.c-expected
tests/enums/enums.c-expected
tests/enums/flags.c-expected
tests/enums/from-0-literal.c-expected
tests/enums/in-inference.c-expected
tests/enums/switch.c-expected
tests/enums/unsafe-assignment.c-expected
tests/errors/bug567181.c-expected
tests/errors/bug596228.c-expected
tests/errors/bug623049.c-expected
tests/errors/bug627090.c-expected
tests/errors/bug762377.c-expected
tests/errors/errors.c-expected
tests/errors/unhandled.c-expected
tests/generics/arrays.c-expected
tests/generics/bug640330.c-expected
tests/generics/bug694765-2.c-expected
tests/generics/constructor-chain-up.c-expected
tests/generics/inference-argument-may-fail.c-expected
tests/generics/inference-static-function.c-expected
tests/generics/integer-member-access.c-expected
tests/generics/member-dup-destroy.c-expected
tests/generics/property-gobject-set.c-expected
tests/generics/property-int-cast.c-expected
tests/generics/reference-transfer.c-expected
tests/generics/string-literal-comparison.c-expected
tests/generics/type-parameter-properties.c-expected
tests/generics/type-parameter-property-clash.c-expected
tests/generics/value-pointer-type-access.c-expected
tests/genie/class-abstract.c-expected
tests/genie/class-field.c-expected
tests/genie/class-init.c-expected
tests/genie/class-property.c-expected
tests/genie/class-signal.c-expected
tests/genie/class.c-expected
tests/genie/enum-with-keyword-values.c-expected
tests/genie/enum.c-expected
tests/genie/interface.c-expected
tests/genie/struct-after-class.c-expected
tests/genie/struct.c-expected
tests/methods/argument-array-initilizer.c-expected
tests/methods/argument-named.c-expected
tests/methods/array-length-type.c-expected
tests/methods/bug540483.c-expected
tests/methods/bug597426.c-expected
tests/methods/bug599892.c-expected
tests/methods/bug613483.c-expected
tests/methods/bug626783.c-expected
tests/methods/bug642350.c-expected
tests/methods/bug642885.c-expected
tests/methods/bug642899.c-expected
tests/methods/bug648320.c-expected
tests/methods/bug652098.c-expected
tests/methods/bug663210.c-expected
tests/methods/bug699956.c-expected
tests/methods/bug710862.c-expected
tests/methods/bug726347.c-expected
tests/methods/bug736235.c-expected
tests/methods/bug771964.c-expected
tests/methods/bug774060.c-expected
tests/methods/bug791283.c-expected
tests/methods/closures.c-expected
tests/methods/contains.c-expected
tests/methods/delegate-target.c-expected
tests/methods/extern.c-expected
tests/methods/generics.c-expected
tests/methods/iterator.c-expected
tests/methods/lambda.c-expected
tests/methods/nowrapper-interface.c-expected
tests/methods/parameter-fixed-array-initializer.c-expected
tests/methods/parameter-out-free-on-error.c-expected
tests/methods/params-array-with-throws.c-expected
tests/methods/params-array.c-expected
tests/methods/prepostconditions.c-expected
tests/methods/print-attribute.c-expected
tests/methods/same-name.c-expected
tests/methods/symbolresolution.c-expected
tests/methods/varargs-out.c-expected
tests/namespace/unique.c-expected
tests/nullability/member-access-narrowed-instance.c-expected
tests/objects/bug566909.c-expected
tests/objects/bug588203.c-expected
tests/objects/bug589928.c-expected
tests/objects/bug593137.c-expected
tests/objects/bug593260.c-expected
tests/objects/bug596621.c-expected
tests/objects/bug597155.c-expected
tests/objects/bug597161.c-expected
tests/objects/bug613486.c-expected
tests/objects/bug620675.c-expected
tests/objects/bug620706.c-expected
tests/objects/bug624594.c-expected
tests/objects/bug626038-2.c-expected
tests/objects/bug626038.c-expected
tests/objects/bug628639.c-expected
tests/objects/bug629593.c-expected
tests/objects/bug631267.c-expected
tests/objects/bug634782.c-expected
tests/objects/bug641828.c-expected
tests/objects/bug642809.c-expected
tests/objects/bug643711.c-expected
tests/objects/bug644938.c-expected
tests/objects/bug646362.c-expected
tests/objects/bug646792.c-expected
tests/objects/bug653138.c-expected
tests/objects/bug654702.c-expected
tests/objects/bug663134.c-expected
tests/objects/bug667668.c-expected
tests/objects/bug681356.c-expected
tests/objects/bug695671.c-expected
tests/objects/bug702736.c-expected
tests/objects/bug731547.c-expected
tests/objects/bug751338.c-expected
tests/objects/bug758816.c-expected
tests/objects/bug764481.c-expected
tests/objects/bug766739.c-expected
tests/objects/bug778632.c-expected
tests/objects/bug779219.c-expected
tests/objects/bug779955.c-expected
tests/objects/bug783897.c-expected
tests/objects/bug788964.c-expected
tests/objects/bug795521.c-expected
tests/objects/chainup.c-expected
tests/objects/class-ccode-cprefix.c-expected
tests/objects/class-destroysinstance.c-expected
tests/objects/class-inner-types.c-expected
tests/objects/class-new-no-override.c-expected
tests/objects/class-partial-nested.c-expected
tests/objects/class-partial.c-expected
tests/objects/class-vfunc-base-access.c-expected
tests/objects/class_only.c-expected
tests/objects/classes-implicit-implementation.c-expected
tests/objects/classes-interfaces-virtuals.c-expected
tests/objects/classes-interfaces.c-expected
tests/objects/classes.c-expected
tests/objects/compact-class-destructor.c-expected
tests/objects/constructor-inner-error.c-expected
tests/objects/constructor-variadic.c-expected
tests/objects/constructors.c-expected
tests/objects/destructors.c-expected
tests/objects/dynamic.c-expected
tests/objects/fields.c-expected
tests/objects/gobject-class-lifetime.c-expected
tests/objects/gtype-class-lifetime.c-expected
tests/objects/initially-unowned.c-expected
tests/objects/instance-comparison.c-expected
tests/objects/interface-abstract-async-override.c-expected
tests/objects/interface-async-base-access.c-expected
tests/objects/interface-async-captured-generic.c-expected
tests/objects/interface-base-access.c-expected
tests/objects/interface-generics.c-expected
tests/objects/interface-inner-types.c-expected
tests/objects/interface-property-base-access.c-expected
tests/objects/interface-property-base-impl.c-expected
tests/objects/interface-property-delegate.c-expected
tests/objects/interface-property-override.c-expected
tests/objects/interface-virtual-override.c-expected
tests/objects/interface_only.c-expected
tests/objects/interfaces.c-expected
tests/objects/member-initializer-base-properties.c-expected
tests/objects/member-initializer-chained-2.c-expected
tests/objects/member-initializer-chained.c-expected
tests/objects/member-initializer-property-owned-setter.c-expected
tests/objects/member-initializer-property.c-expected
tests/objects/methods.c-expected
tests/objects/paramspec.c-expected
tests/objects/properties.c-expected
tests/objects/property-array.c-expected
tests/objects/property-base-access.c-expected
tests/objects/property-construct-only.c-expected
tests/objects/property-delegate-owned.c-expected
tests/objects/property-delegate.c-expected
tests/objects/property-enum.c-expected
tests/objects/property-gboxed-nullable.c-expected
tests/objects/property-notify-owned-getter.c-expected
tests/objects/property-notify.c-expected
tests/objects/property-ownership.c-expected
tests/objects/property-read-only-auto.c-expected
tests/objects/property-real-struct-assignment.c-expected
tests/objects/property-simple-type-struct-nullable.c-expected
tests/objects/property-static.c-expected
tests/objects/property-struct-no-gtype.c-expected
tests/objects/regex.c-expected
tests/objects/signals-default-class-handler.c-expected
tests/objects/signals-delegate-parameter.c-expected
tests/objects/signals-delegate.c-expected
tests/objects/signals-enum-marshal.c-expected
tests/objects/signals-error-marshal.c-expected
tests/objects/signals-fundamental-return.c-expected
tests/objects/signals-generic-return.c-expected
tests/objects/signals-gobject-return.c-expected
tests/objects/signals-lambda-delegate.c-expected
tests/objects/signals-prototype-access.c-expected
tests/objects/signals-struct-return.c-expected
tests/objects/signals.c-expected
tests/objects/singleton.c-expected
tests/objects/test-025.c-expected
tests/objects/test-026.c-expected
tests/objects/test-029.c-expected
tests/objects/test-034.c-expected
tests/objects/type-narrowing-by-precondition.c-expected
tests/objects/type-narrowing-fallback.c-expected
tests/objects/type-narrowing.c-expected
tests/objects/with-expression.c-expected
tests/objects/with-instance.c-expected
tests/objects/with-nested-in-lambda.c-expected
tests/objects/with-nested-method.c-expected
tests/objects/with-nested-signal.c-expected
tests/objects/with-nested-unambigous-signal.c-expected
tests/objects/with-nested.c-expected
tests/ordering/constant-class.c-expected
tests/ordering/constant-enum.c-expected
tests/ordering/constant-struct.c-expected
tests/ordering/delegate-class.c-expected
tests/ordering/delegate-enum.c-expected
tests/ordering/delegate-interface.c-expected
tests/ordering/delegate-struct.c-expected
tests/ordering/struct-delegate.c-expected
tests/parser-keep-going/member-initializer.c-expected
tests/parser/lock-statement.c-expected
tests/parser/member-access-pointer.c-expected
tests/parser/member-initializer-empty.c-expected
tests/parser/member-initializer-trailing-comma.c-expected
tests/parser/member-initializer.c-expected
tests/parser/namespaces.c-expected
tests/parser/qualified-symbol-access.c-expected
tests/parser/sealed-class.c-expected
tests/parser/yield-return.c-expected
tests/pointers/delete.c-expected
tests/resolver/peek-inner-types.c-expected
tests/semantic/assignment-same-variable.c-expected
tests/semantic/floating-reference-base-method.c-expected
tests/semantic/localvariable-var-pointer-initializer.c-expected
tests/semantic/member-access-static-transformed-qualified.c-expected
tests/semantic/member-access-static-with-instance.c-expected
tests/semantic/member-access-transformed-qualified.c-expected
tests/semantic/with-declaration-cast-type.c-expected
tests/semantic/with-declaration.c-expected
tests/semantic/with-dereferenced-pointer.c-expected
tests/semantic/with-enum-member.c-expected
tests/semantic/with-null.c-expected
tests/structs/bug530605.c-expected
tests/structs/bug572091.c-expected
tests/structs/bug583603.c-expected
tests/structs/bug595587.c-expected
tests/structs/bug596144.c-expected
tests/structs/bug603056.c-expected
tests/structs/bug606202.c-expected
tests/structs/bug613513.c-expected
tests/structs/bug613825.c-expected
tests/structs/bug621176.c-expected
tests/structs/bug622422.c-expected
tests/structs/bug623092.c-expected
tests/structs/bug651441.c-expected
tests/structs/bug654753.c-expected
tests/structs/bug656693.c-expected
tests/structs/bug660426.c-expected
tests/structs/bug661945.c-expected
tests/structs/bug667890.c-expected
tests/structs/bug669580.c-expected
tests/structs/bug686190.c-expected
tests/structs/bug688732.c-expected
tests/structs/bug690380.c-expected
tests/structs/bug749952.c-expected
tests/structs/bug775761.c-expected
tests/structs/bug777194.c-expected
tests/structs/cast-struct-boxed.c-expected
tests/structs/constructor-params-array.c-expected
tests/structs/constructor-variadic.c-expected
tests/structs/default-gtype.c-expected
tests/structs/gtype-base-struct.c-expected
tests/structs/gvalue.c-expected
tests/structs/properties.c-expected
tests/structs/struct-base-types.c-expected
tests/structs/struct-boxed-cast.c-expected
tests/structs/struct-initializer-list-in-array.c-expected
tests/structs/struct-initializer-list-nested.c-expected
tests/structs/struct-static-field-initializer.c-expected
tests/structs/struct_only.c-expected
tests/structs/structs.c-expected

index 788de3e74d80dcb925773104b849c37af20c3cbe..114692139166c6161b72059d8024f303f90924a0 100644 (file)
@@ -499,7 +499,7 @@ public class Vala.GObjectModule : GTypeModule {
                        if (cl.is_singleton) {
                                var singleton_ref_name = "%s_singleton__ref".printf (get_ccode_name (cl));
                                var singleton_lock_name = "%s_singleton__lock".printf (get_ccode_name (cl));
-                               var singleton_once_name = "%s_singleton__volatile".printf (get_ccode_name (cl));
+                               var singleton_once_name = "%s_singleton__once".printf (get_ccode_name (cl));
 
                                var singleton_ref = new CCodeDeclaration("GObject *");
                                singleton_ref.add_declarator (new CCodeVariableDeclarator (singleton_ref_name, new CCodeConstant ("NULL")));
index 67bb7efb92a88eec216e73bbfbd6633df56ddffa..a3236b94c64b332a9ac1074316ee510ff8231438 100644 (file)
@@ -49,7 +49,7 @@ public abstract class Vala.TypeRegisterFunction {
                CCodeDeclaration cdecl;
                if (!plugin) {
                        cdecl = new CCodeDeclaration ("gsize");
-                       cdecl.add_declarator (new CCodeVariableDeclarator (type_id_name + "__volatile", new CCodeConstant ("0")));
+                       cdecl.add_declarator (new CCodeVariableDeclarator (type_id_name + "__once", new CCodeConstant ("0")));
                        if (context.require_glib_version (2, 68)) {
                                cdecl.modifiers = CCodeModifiers.STATIC;
                        } else {
@@ -251,16 +251,16 @@ public abstract class Vala.TypeRegisterFunction {
                if (!plugin) {
                        // the condition that guards the type initialisation
                        var enter = new CCodeFunctionCall (new CCodeIdentifier ("g_once_init_enter"));
-                       enter.add_argument (new CCodeUnaryExpression (CCodeUnaryOperator.ADDRESS_OF, new CCodeIdentifier (type_id_name + "__volatile")));
+                       enter.add_argument (new CCodeUnaryExpression (CCodeUnaryOperator.ADDRESS_OF, new CCodeIdentifier (type_id_name + "__once")));
 
                        var leave = new CCodeFunctionCall (new CCodeIdentifier ("g_once_init_leave"));
-                       leave.add_argument (new CCodeUnaryExpression (CCodeUnaryOperator.ADDRESS_OF, new CCodeIdentifier (type_id_name + "__volatile")));
+                       leave.add_argument (new CCodeUnaryExpression (CCodeUnaryOperator.ADDRESS_OF, new CCodeIdentifier (type_id_name + "__once")));
                        leave.add_argument (new CCodeIdentifier (type_id_name));
                        once_call_block.add_statement (new CCodeExpressionStatement (leave));
 
                        var cif = new CCodeIfStatement (enter, once_call_block);
                        type_block.add_statement (cif);
-                       type_block.add_statement (new CCodeReturnStatement (new CCodeIdentifier (type_id_name + "__volatile")));
+                       type_block.add_statement (new CCodeReturnStatement (new CCodeIdentifier (type_id_name + "__once")));
 
                        type_once_block = type_init;
                        type_once_block.add_statement (new CCodeReturnStatement (new CCodeIdentifier (type_id_name)));
index ceb54da63724f34e1a553429b00b9f30931832ea..8b0619ad4890bffd46e1605f3c20cd605c175a49 100644 (file)
@@ -187,13 +187,13 @@ foo_struct_get_type_once (void)
 GType
 foo_struct_get_type (void)
 {
-       static volatile gsize foo_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_struct_type_id__volatile)) {
+       static volatile gsize foo_struct_type_id__once = 0;
+       if (g_once_init_enter (&foo_struct_type_id__once)) {
                GType foo_struct_type_id;
                foo_struct_type_id = foo_struct_get_type_once ();
-               g_once_init_leave (&foo_struct_type_id__volatile, foo_struct_type_id);
+               g_once_init_leave (&foo_struct_type_id__once, foo_struct_type_id);
        }
-       return foo_struct_type_id__volatile;
+       return foo_struct_type_id__once;
 }
 
 void
@@ -326,13 +326,13 @@ fooclass_get_type_once (void)
 GType
 fooclass_get_type (void)
 {
-       static volatile gsize fooclass_type_id__volatile = 0;
-       if (g_once_init_enter (&fooclass_type_id__volatile)) {
+       static volatile gsize fooclass_type_id__once = 0;
+       if (g_once_init_enter (&fooclass_type_id__once)) {
                GType fooclass_type_id;
                fooclass_type_id = fooclass_get_type_once ();
-               g_once_init_leave (&fooclass_type_id__volatile, fooclass_type_id);
+               g_once_init_leave (&fooclass_type_id__once, fooclass_type_id);
        }
-       return fooclass_type_id__volatile;
+       return fooclass_type_id__once;
 }
 
 static void
@@ -438,13 +438,13 @@ afoo_get_type_once (void)
 GType
 afoo_get_type (void)
 {
-       static volatile gsize afoo_type_id__volatile = 0;
-       if (g_once_init_enter (&afoo_type_id__volatile)) {
+       static volatile gsize afoo_type_id__once = 0;
+       if (g_once_init_enter (&afoo_type_id__once)) {
                GType afoo_type_id;
                afoo_type_id = afoo_get_type_once ();
-               g_once_init_leave (&afoo_type_id__volatile, afoo_type_id);
+               g_once_init_leave (&afoo_type_id__once, afoo_type_id);
        }
-       return afoo_type_id__volatile;
+       return afoo_type_id__once;
 }
 
 gint
@@ -485,13 +485,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 void
@@ -528,13 +528,13 @@ foo_enum_get_type_once (void)
 GType
 foo_enum_get_type (void)
 {
-       static volatile gsize foo_enum_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_enum_type_id__volatile)) {
+       static volatile gsize foo_enum_type_id__once = 0;
+       if (g_once_init_enter (&foo_enum_type_id__once)) {
                GType foo_enum_type_id;
                foo_enum_type_id = foo_enum_get_type_once ();
-               g_once_init_leave (&foo_enum_type_id__volatile, foo_enum_type_id);
+               g_once_init_leave (&foo_enum_type_id__once, foo_enum_type_id);
        }
-       return foo_enum_type_id__volatile;
+       return foo_enum_type_id__once;
 }
 
 void
index 51dbbc59299f66dc54ba257549c8ae05f3ad4678..d6527b7e8b9f8fc61525075200c364deb2fbb455 100644 (file)
@@ -162,13 +162,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -219,13 +219,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index a7bff29a40e2df7d0e7e26cfa54cec10afc0b9f0..c0f2943b585588dd44916e2ebae07f6cc8728ef0 100644 (file)
@@ -95,13 +95,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gpointer
@@ -396,13 +396,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static gpointer
index dff1fb667b9aeaf7567c14cbd51f04be4aa00952..d58abb4a8be83e99a4eedd4a384860614ddf2a59 100644 (file)
@@ -479,13 +479,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -750,13 +750,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 3fc4107e9c0816930b89fb093eed1f0d64655b06..389a0d79a299d82937bd6c034871809a6385bd6e 100644 (file)
@@ -258,13 +258,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 87791630b6716a5718b729415198841a0ee95ec7..d4cf9ee92a19dce6484d79b01063fbdafc357b43 100644 (file)
@@ -116,13 +116,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static gchar**
index 9dd81c4b9cc50a38e3bcb188837a9e1a20e69fcf..0ea904fc37afa56cedb2149d1ccf5a30496aa66c 100644 (file)
@@ -51,13 +51,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -86,13 +86,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 void
index bf19aff074ca2be57ee4505837fe54eb44599f30..ba80ec9297f0be116488f04ae87dc4aefe5a5162 100644 (file)
@@ -103,13 +103,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 1f7ea2aecb7aa199d2879f6ad6d9316fb4ab1620..4de284d9eb026f3352ec419fa0bdfa75afd9c51f 100644 (file)
@@ -58,13 +58,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 3ed7b2cc9ad06f156a6facc4db6645dda3a8b9b8..f7202d27a44fbbaf8cb1180b01e611e20f8b8fac 100644 (file)
@@ -124,13 +124,13 @@ manam_bar_foo_get_type_once (void)
 GType
 manam_bar_foo_get_type (void)
 {
-       static volatile gsize manam_bar_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_bar_foo_type_id__volatile)) {
+       static volatile gsize manam_bar_foo_type_id__once = 0;
+       if (g_once_init_enter (&manam_bar_foo_type_id__once)) {
                GType manam_bar_foo_type_id;
                manam_bar_foo_type_id = manam_bar_foo_get_type_once ();
-               g_once_init_leave (&manam_bar_foo_type_id__volatile, manam_bar_foo_type_id);
+               g_once_init_leave (&manam_bar_foo_type_id__once, manam_bar_foo_type_id);
        }
-       return manam_bar_foo_type_id__volatile;
+       return manam_bar_foo_type_id__once;
 }
 
 ManamBaz*
@@ -193,13 +193,13 @@ manam_baz_faz_get_type_once (void)
 GType
 manam_baz_faz_get_type (void)
 {
-       static volatile gsize manam_baz_faz_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_baz_faz_type_id__volatile)) {
+       static volatile gsize manam_baz_faz_type_id__once = 0;
+       if (g_once_init_enter (&manam_baz_faz_type_id__once)) {
                GType manam_baz_faz_type_id;
                manam_baz_faz_type_id = manam_baz_faz_get_type_once ();
-               g_once_init_leave (&manam_baz_faz_type_id__volatile, manam_baz_faz_type_id);
+               g_once_init_leave (&manam_baz_faz_type_id__once, manam_baz_faz_type_id);
        }
-       return manam_baz_faz_type_id__volatile;
+       return manam_baz_faz_type_id__once;
 }
 
 static void
@@ -372,13 +372,13 @@ manam_baz_get_type_once (void)
 GType
 manam_baz_get_type (void)
 {
-       static volatile gsize manam_baz_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_baz_type_id__volatile)) {
+       static volatile gsize manam_baz_type_id__once = 0;
+       if (g_once_init_enter (&manam_baz_type_id__once)) {
                GType manam_baz_type_id;
                manam_baz_type_id = manam_baz_get_type_once ();
-               g_once_init_leave (&manam_baz_type_id__volatile, manam_baz_type_id);
+               g_once_init_leave (&manam_baz_type_id__once, manam_baz_type_id);
        }
-       return manam_baz_type_id__volatile;
+       return manam_baz_type_id__once;
 }
 
 gpointer
index 0f035d9fb62f1a64a54718072740fa45ca60b951..3775738475bbec6c1d740977f206dcbeafa06948 100644 (file)
@@ -312,13 +312,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -442,13 +442,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index ba1b49bac508ccedebfbad817b56cc8f5ac26e0c..4a3b786c22fd7d6d6d4ea14a700ff9943dfb6c1b 100644 (file)
@@ -186,13 +186,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 4022aa852d86839b5c54e6750da75c341e14bd94..f80ac45e771506d90325baf3ee263ff3d7c05aaf 100644 (file)
@@ -356,13 +356,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 5933f8d6cb0029d11900f9eb6004e04c4e5a851a..9724f6fcf5bcb93b7aa9335290b0b5d631fde2c4 100644 (file)
@@ -269,13 +269,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 9d7884fbb3476c77e5b55e6a990a06903752e825..028b443c10d30da3f3c705ff602640832c0a5ee2 100644 (file)
@@ -350,13 +350,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index ebd96d2a20a000c148f27a848077cca2bdf4bcf0..1fb02af007116994959bc8dca35297ecc4833565 100644 (file)
@@ -133,13 +133,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
@@ -354,13 +354,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 1fab1268c720cb55c6f4d1e05a091f9c41b02efe..3e94f402b4691706ac016e52ff2e88bf35d2884b 100644 (file)
@@ -354,13 +354,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 3c80e87cf96a4268b7086c53f13d9635ea18e6f0..081693d164c35c031b40b04fe385a7e98df531a9 100644 (file)
@@ -396,13 +396,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -539,13 +539,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 5ed1f5a66897ea9fa1f55ace42ac2dbc147ab11b..78565ef37a23e3c5b0b6c9489e38c52529c80133 100644 (file)
@@ -365,13 +365,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index da6ce534003ba5cdbf3ad92d83beab8836bf54ea..4ddf9a96272cf02b65ec6e5cf19ed487c2e19d29 100644 (file)
@@ -73,13 +73,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index 4845677fda3048cb47acb04e1ec0fd8c592e8747..ba31c9f469650e562b5826fb353dc127a7552835 100644 (file)
@@ -375,13 +375,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static void
@@ -539,13 +539,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
@@ -653,13 +653,13 @@ sub_bar_get_type_once (void)
 GType
 sub_bar_get_type (void)
 {
-       static volatile gsize sub_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&sub_bar_type_id__volatile)) {
+       static volatile gsize sub_bar_type_id__once = 0;
+       if (g_once_init_enter (&sub_bar_type_id__once)) {
                GType sub_bar_type_id;
                sub_bar_type_id = sub_bar_get_type_once ();
-               g_once_init_leave (&sub_bar_type_id__volatile, sub_bar_type_id);
+               g_once_init_leave (&sub_bar_type_id__once, sub_bar_type_id);
        }
-       return sub_bar_type_id__volatile;
+       return sub_bar_type_id__once;
 }
 
 void
@@ -740,13 +740,13 @@ afoo_get_type_once (void)
 GType
 afoo_get_type (void)
 {
-       static volatile gsize afoo_type_id__volatile = 0;
-       if (g_once_init_enter (&afoo_type_id__volatile)) {
+       static volatile gsize afoo_type_id__once = 0;
+       if (g_once_init_enter (&afoo_type_id__once)) {
                GType afoo_type_id;
                afoo_type_id = afoo_get_type_once ();
-               g_once_init_leave (&afoo_type_id__volatile, afoo_type_id);
+               g_once_init_leave (&afoo_type_id__once, afoo_type_id);
        }
-       return afoo_type_id__volatile;
+       return afoo_type_id__once;
 }
 
 static void
@@ -854,13 +854,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 static void
@@ -968,13 +968,13 @@ sub_baz_get_type_once (void)
 GType
 sub_baz_get_type (void)
 {
-       static volatile gsize sub_baz_type_id__volatile = 0;
-       if (g_once_init_enter (&sub_baz_type_id__volatile)) {
+       static volatile gsize sub_baz_type_id__once = 0;
+       if (g_once_init_enter (&sub_baz_type_id__once)) {
                GType sub_baz_type_id;
                sub_baz_type_id = sub_baz_get_type_once ();
-               g_once_init_leave (&sub_baz_type_id__volatile, sub_baz_type_id);
+               g_once_init_leave (&sub_baz_type_id__once, sub_baz_type_id);
        }
-       return sub_baz_type_id__volatile;
+       return sub_baz_type_id__once;
 }
 
 static void
index a14c76e90eeceae289c9fd9fc0996f49a52a7f6a..e6a23ef23db74d95be126e020f13d057a4a4cec6 100644 (file)
@@ -70,13 +70,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 3d6258f60fe70c786fd0197048e0eb3ed88ec55f..6fa949ac1fc02e97b5e175e95bafe8ea4ef6e185 100644 (file)
@@ -357,13 +357,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 77f87145dc77a3935158e21a359963d16951a3e8..da0975cc4c5a1261933fdef3be41c91745e97f8b 100644 (file)
@@ -332,13 +332,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 525f44f3c722f48374d2942b412bc616f6d3c113..8eb5f5b137b8a88f92373e83be512ba223121958 100644 (file)
@@ -287,13 +287,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -392,13 +392,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
@@ -563,13 +563,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 static void
index 7494b39ef0809ca7bdb7aff908e2b6f66ecbbc59..09097dfb5f3003693db0924d48449683f4e67017 100644 (file)
@@ -204,13 +204,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -261,13 +261,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static Block1Data*
index 1bd375fd7f7c1451a24082fee3e4227deeaee6c8..380dfacdfedca9470cfb746e2f6b39833fce49ed 100644 (file)
@@ -356,13 +356,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 653823b9d8ae97deea834f8eab7ae3550ab0c9c6..75de1ed66853c1b4ea0d699952417c06fefca0e0 100644 (file)
@@ -177,13 +177,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index beb59a98de8c73f825762120ea462f00b2afb35f..0913a72b6b526c45450bb2d3ccc32ff4cbabe7f7 100644 (file)
@@ -471,13 +471,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static Block2Data*
index 7001c73ce753db7b05d12df98bc6b7e1521a7334..57ed28780d36f1b4b4073c8e77535d077b18e568 100644 (file)
@@ -467,13 +467,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 5e1ceda92c8560fb746395beffc01c859d87ddab..093e6c43d80b91ae7ff36064df2b0d5ade91a742 100644 (file)
@@ -172,13 +172,13 @@ xyzzy_get_type_once (void)
 GType
 xyzzy_get_type (void)
 {
-       static volatile gsize xyzzy_type_id__volatile = 0;
-       if (g_once_init_enter (&xyzzy_type_id__volatile)) {
+       static volatile gsize xyzzy_type_id__once = 0;
+       if (g_once_init_enter (&xyzzy_type_id__once)) {
                GType xyzzy_type_id;
                xyzzy_type_id = xyzzy_get_type_once ();
-               g_once_init_leave (&xyzzy_type_id__volatile, xyzzy_type_id);
+               g_once_init_leave (&xyzzy_type_id__once, xyzzy_type_id);
        }
-       return xyzzy_type_id__volatile;
+       return xyzzy_type_id__once;
 }
 
 static void
index ecaa4d039b4300bf5241d6929c7a67c32b83d4d9..ffb97eca08f4547e4bcfe90126c41c840bcf6ae2 100644 (file)
@@ -191,13 +191,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
@@ -312,13 +312,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static Block1Data*
index 12532c48ef2b1a902511337d1e95f7f7876d3492..9d3542f6329d292c189326f11596745088fceb4f 100644 (file)
@@ -193,13 +193,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static Block1Data*
index 1e7675af0a6e2298f17110491329112551c6bc50..20c76608d449cc8832dbf55b498c9b8460cc6e97 100644 (file)
@@ -333,13 +333,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -468,13 +468,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 23a053bd814e009646acd61a66564ebd303168d3..841d2cf0bda65e4a9d5962cbff685fd5adf8675a 100644 (file)
@@ -347,13 +347,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 53f77524514acc1cc4a6c1ee0d60ca1324f84424..218575392ca636835e110112b2d9ab79ec9c8fbc 100644 (file)
@@ -194,13 +194,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 036038929cd36395c2e9ec4b867ab80a5723aa6e..76d364bb0669b58ac73f0333a9a023660fc1d360 100644 (file)
@@ -358,13 +358,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 3f727800f75c41cadb14ff93d556ddfe624a42fc..e12dcc9b91d284e3aa092921f1d306739d4a8174 100644 (file)
@@ -628,13 +628,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -759,13 +759,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 910916b6d3fc6bfad92923c0ddad5067a56d4c0b..56db316e605327f2b9e2a2ae72e78b1aef6aa26d 100644 (file)
@@ -606,13 +606,13 @@ generator_get_type_once (void)
 GType
 generator_get_type (void)
 {
-       static volatile gsize generator_type_id__volatile = 0;
-       if (g_once_init_enter (&generator_type_id__volatile)) {
+       static volatile gsize generator_type_id__once = 0;
+       if (g_once_init_enter (&generator_type_id__once)) {
                GType generator_type_id;
                generator_type_id = generator_get_type_once ();
-               g_once_init_leave (&generator_type_id__volatile, generator_type_id);
+               g_once_init_leave (&generator_type_id__once, generator_type_id);
        }
-       return generator_type_id__volatile;
+       return generator_type_id__once;
 }
 
 gpointer
@@ -767,13 +767,13 @@ int_generator_get_type_once (void)
 GType
 int_generator_get_type (void)
 {
-       static volatile gsize int_generator_type_id__volatile = 0;
-       if (g_once_init_enter (&int_generator_type_id__volatile)) {
+       static volatile gsize int_generator_type_id__once = 0;
+       if (g_once_init_enter (&int_generator_type_id__once)) {
                GType int_generator_type_id;
                int_generator_type_id = int_generator_get_type_once ();
-               g_once_init_leave (&int_generator_type_id__volatile, int_generator_type_id);
+               g_once_init_leave (&int_generator_type_id__once, int_generator_type_id);
        }
-       return int_generator_type_id__volatile;
+       return int_generator_type_id__once;
 }
 
 static void
index 8b388a6ff6c7d8eb66aca864af92d34b851c3339..7f1f988c5ee8fff7cc420fcc7e0548a53937783c 100644 (file)
@@ -145,13 +145,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static void
@@ -326,13 +326,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static Block1Data*
index 42cb84ff8e0246d5ee80ef6fac6f8b2607333c0f..f6468651bdfcb939332ccd1d12d06f412ba02a3c 100644 (file)
@@ -150,13 +150,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
index 348c30a16d2a61c4e08b7ebf2fa9d535c26a9fa4..01da8c6d5397292224ad7e6670cee9a6280fa5bd 100644 (file)
@@ -408,13 +408,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 void
index 36de500e9ed95f1458bde5c9d023c68cfd471d0c..6575f3b3aa3e77060490cdfc2c6cd25957c9e716 100644 (file)
@@ -1390,13 +1390,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -1425,13 +1425,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 Manam*
@@ -1460,13 +1460,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static gboolean
index 02368c6ef679df1e3f56e259dd7cfa1801401159..9949111772bef60ac567d85362584ce196fdaf72 100644 (file)
@@ -335,13 +335,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 53be6b514529ca2afed0fdbe222260451f2ae047..e227298b51795de1994e397e0e94cef063880cbf 100644 (file)
@@ -139,13 +139,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static guint8*
@@ -215,13 +215,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 Manam*
@@ -250,13 +250,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
index a26bf9a1cee55d1edd267b3b3b78b98ec0caae0f..9826ce745e2f7e554576ba73f6b0040752e04a45 100644 (file)
@@ -44,13 +44,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gboolean
index 040fedcc84022296d164b125c6c5c991d6a50201..cec00116865399f2b60cc809a811a762426e1470 100644 (file)
@@ -358,13 +358,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index e634cf4416492c627a6f27eefbc3062752bfd2fe..4d1268f2e6367cd10e0586252b0220e2c1babbd4 100644 (file)
@@ -102,13 +102,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static GType
@@ -123,13 +123,13 @@ foo_enum_get_type_once (void)
 GType
 foo_enum_get_type (void)
 {
-       static volatile gsize foo_enum_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_enum_type_id__volatile)) {
+       static volatile gsize foo_enum_type_id__once = 0;
+       if (g_once_init_enter (&foo_enum_type_id__once)) {
                GType foo_enum_type_id;
                foo_enum_type_id = foo_enum_get_type_once ();
-               g_once_init_leave (&foo_enum_type_id__volatile, foo_enum_type_id);
+               g_once_init_leave (&foo_enum_type_id__once, foo_enum_type_id);
        }
-       return foo_enum_type_id__volatile;
+       return foo_enum_type_id__once;
 }
 
 static GType
@@ -144,13 +144,13 @@ foo_flag_get_type_once (void)
 GType
 foo_flag_get_type (void)
 {
-       static volatile gsize foo_flag_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_flag_type_id__volatile)) {
+       static volatile gsize foo_flag_type_id__once = 0;
+       if (g_once_init_enter (&foo_flag_type_id__once)) {
                GType foo_flag_type_id;
                foo_flag_type_id = foo_flag_get_type_once ();
-               g_once_init_leave (&foo_flag_type_id__volatile, foo_flag_type_id);
+               g_once_init_leave (&foo_flag_type_id__once, foo_flag_type_id);
        }
-       return foo_flag_type_id__volatile;
+       return foo_flag_type_id__once;
 }
 
 GQuark
@@ -185,13 +185,13 @@ foo_struct_get_type_once (void)
 GType
 foo_struct_get_type (void)
 {
-       static volatile gsize foo_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_struct_type_id__volatile)) {
+       static volatile gsize foo_struct_type_id__once = 0;
+       if (g_once_init_enter (&foo_struct_type_id__once)) {
                GType foo_struct_type_id;
                foo_struct_type_id = foo_struct_get_type_once ();
-               g_once_init_leave (&foo_struct_type_id__volatile, foo_struct_type_id);
+               g_once_init_leave (&foo_struct_type_id__once, foo_struct_type_id);
        }
-       return foo_struct_type_id__volatile;
+       return foo_struct_type_id__once;
 }
 
 BarStruct*
index 729465303a03bb433a58d9e6b07fabd161dda003..e81314d5773cfd59a7c71d92f8ddb0d22d2c2833 100644 (file)
@@ -129,13 +129,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gpointer
@@ -196,13 +196,13 @@ foo_struct_get_type_once (void)
 GType
 foo_struct_get_type (void)
 {
-       static volatile gsize foo_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_struct_type_id__volatile)) {
+       static volatile gsize foo_struct_type_id__once = 0;
+       if (g_once_init_enter (&foo_struct_type_id__once)) {
                GType foo_struct_type_id;
                foo_struct_type_id = foo_struct_get_type_once ();
-               g_once_init_leave (&foo_struct_type_id__volatile, foo_struct_type_id);
+               g_once_init_leave (&foo_struct_type_id__once, foo_struct_type_id);
        }
-       return foo_struct_type_id__volatile;
+       return foo_struct_type_id__once;
 }
 
 static void
index 48509c5f840225e40733c7b295e793c356774b99..f8407854bbcf64e90680b7668322ea74f68b7e8a 100644 (file)
@@ -101,13 +101,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gpointer
index 8f9b4d1134fddfc6ca59de420b1a79ada98957b6..47cbf5becdf67c438d8a91486b8b897fd3a670ae 100644 (file)
@@ -140,13 +140,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gint
index acd53d71c9f5d10a65dc3f174498f37f58c43898..0867cdfb6b22dcbf4c078a2aa3797725f3348a93 100644 (file)
@@ -119,13 +119,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gboolean*
index c12ca233be45f7f4107be17139a4827417ae384e..0b8d1d0e36efe7f06c8a20b9071caa6278984c8b 100644 (file)
@@ -733,13 +733,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static GVariant*
index 5bc7167982b1cded4134a661927c27699c1248b9..ed1a1aa5d69c020d476586fde47db184e493e7ae 100644 (file)
@@ -128,12 +128,12 @@ simple_struct_get_type_once (void)
 GType
 simple_struct_get_type (void)
 {
-       static volatile gsize simple_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&simple_struct_type_id__volatile)) {
+       static volatile gsize simple_struct_type_id__once = 0;
+       if (g_once_init_enter (&simple_struct_type_id__once)) {
                GType simple_struct_type_id;
                simple_struct_type_id = simple_struct_get_type_once ();
-               g_once_init_leave (&simple_struct_type_id__volatile, simple_struct_type_id);
+               g_once_init_leave (&simple_struct_type_id__once, simple_struct_type_id);
        }
-       return simple_struct_type_id__volatile;
+       return simple_struct_type_id__once;
 }
 
index 887bcbd8caa465593c24f1af173baa61523733a6..bfc93915145a9ece36137ba920243634633e726a 100644 (file)
@@ -134,13 +134,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 AbstractBar*
@@ -326,13 +326,13 @@ abstract_bar_get_type_once (void)
 GType
 abstract_bar_get_type (void)
 {
-       static volatile gsize abstract_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&abstract_bar_type_id__volatile)) {
+       static volatile gsize abstract_bar_type_id__once = 0;
+       if (g_once_init_enter (&abstract_bar_type_id__once)) {
                GType abstract_bar_type_id;
                abstract_bar_type_id = abstract_bar_get_type_once ();
-               g_once_init_leave (&abstract_bar_type_id__volatile, abstract_bar_type_id);
+               g_once_init_leave (&abstract_bar_type_id__once, abstract_bar_type_id);
        }
-       return abstract_bar_type_id__volatile;
+       return abstract_bar_type_id__once;
 }
 
 gpointer
@@ -398,13 +398,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index e75541cec2739b41845706d70fc392bcf59a0da7..54766f06d7e04e3596f309e88daa2fa42261edd7 100644 (file)
@@ -299,13 +299,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -377,13 +377,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index aae5d4e18534bd577f7e2bb53d3e6b62404e208b..9752d6f66aa5671690de135dee1df3433f155666 100644 (file)
@@ -283,13 +283,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -361,13 +361,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 64cc773cfe529ab8e8a392b83dbf69b99c3e0d20..9d95ec4c618b5fe6cad600edb56a53257da035ca 100644 (file)
@@ -104,13 +104,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index a8eedf759d58050b44ac37a648dd9600cc943d3c..3e2de9849c7034292134412147af351171df01bd 100644 (file)
@@ -273,13 +273,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index a430942e8c4b5433f1d51fed6550b5063cee4b63..1fe914c03447d0276d7a91e4d6d96356755299ad 100644 (file)
@@ -273,13 +273,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index ac475e075ecd8fa43f9bea49f7b70396c1534924..cfc1a553f1d4bfd18fc08514951a26cc8ec0d795 100644 (file)
@@ -309,13 +309,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -407,13 +407,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index b756a702ee709c6e92bc46e171a01d9c704d3ff0..1791f50843333f9ed189c5a0f700565bd346b9d6 100644 (file)
@@ -320,13 +320,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -382,13 +382,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 0ce9dc2addd7d1e2067a3cbc8bfa993d806b671e..a4b6f5a7539beecfecc0dc9826da77fa3a1719ea 100644 (file)
@@ -143,13 +143,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
@@ -198,13 +198,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 970b3b938fa712d6a20bfc155dc2b93b8379450d..47c39e8d6eac9dfad403035bbddda101c1713901 100644 (file)
@@ -73,13 +73,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
@@ -115,13 +115,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 99f8f9bb66a5d7df2e8485194b715bac094f0910..c9c2fa049e6563b2393696fc76875120ae6fd6c9 100644 (file)
@@ -73,13 +73,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
@@ -115,13 +115,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 9c2eb3956a9dc066671dd5516f6f7f02bdfaefce..cee0a3e9a75a1146075235b53f2ffe4c9ccfa9ac 100644 (file)
@@ -74,13 +74,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index b7092ea9a6e4c3b3c2a59e8b06efb60b0c836c40..4c8ee333600ea99573ed8690b7315b7a42eb31dc 100644 (file)
@@ -74,13 +74,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index eb2faa69e3c7f1f1397b2ad40a780f905b5c4018..9cea27ce87456cc9e212552abeb0111da02a30fe 100644 (file)
@@ -95,13 +95,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -290,13 +290,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index bede8980ab8736808fc55c1a6fcaf3881bb7b7f4..c120ffd5be4ff0b7916e8bb7e9e8e3c59d3cb2f8 100644 (file)
@@ -111,13 +111,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -309,13 +309,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 12b91b613936182acbc3763177124ee37441100d..a806409b320523f3b2ebd5971a09fdbfe46a66eb 100644 (file)
@@ -130,12 +130,12 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
index f0bb4f41da72072a1da73dde9dec5a5ea9e8444a..f687209d92a8f9889010b36d790118fb1bfde3c0 100644 (file)
@@ -109,13 +109,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Foo*
index 2bb072f2afde53f551c18fcc51a789486b7dc7d3..fdf7617e906303b439b5c39da33382ab02383c74 100644 (file)
@@ -278,13 +278,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index c3727b92244f456e5de78c6a89b62f64fdb81d33..14476bde57f8a5abc789dceb48d7e2820d593225 100644 (file)
@@ -478,13 +478,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index e02d168257c8de8d2eb5abe3c88cea04a5597cf5..85fb39c40dbc0a1573a8ff183446017515edbeb2 100644 (file)
@@ -60,13 +60,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gint*
index 2e3b5bf4818550bc2a784cb3e2cb8d91493237b5..0e026d8648fc70498e6476fb662645a29e4c5ea4 100644 (file)
@@ -149,12 +149,12 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
index afe3bf1454fc9219ecd8295075d6baf94d3f9b2d..b6a5eeafed934faa6f7de18b7454087d63050f0b 100644 (file)
@@ -106,13 +106,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index e648f1d2a5ad5602663cc65e16684760bf253a4c..ea99a1cc2fd3d28f5ee173d642b47cfd961cf791 100644 (file)
@@ -271,13 +271,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 4881898d82ac5692fd8818fc31d541ef4f139226..4ab15553a8a382c69c8db213731781e0c65ea415 100644 (file)
@@ -256,13 +256,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index f429d3212bbfefa0fb8e86b43010ba9fc94f5619..96949d2242a2300c0c7be3045968018a2273f616 100644 (file)
@@ -457,13 +457,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 0479213c8fdebac6e522e60badd333a98ddf3d3d..81c928fd6bd6db8c87f0cf035e35f2e82afed527 100644 (file)
@@ -122,13 +122,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 42c32764a6b364d5329d9b9fe195f620b4d9ad98..fc8507bc435ddeec46bc8ddacf4618b983df6d6c 100644 (file)
@@ -42,13 +42,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Foo
index 1d35aad73f905e877a76308e767c72079406dcee..6e7834d96c77faeba612ca853285d3406e348010 100644 (file)
@@ -203,13 +203,13 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
 static inline gpointer
@@ -356,12 +356,12 @@ maman_foo_get_type_once (void)
 GType
 maman_foo_get_type (void)
 {
-       static volatile gsize maman_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_foo_type_id__volatile)) {
+       static volatile gsize maman_foo_type_id__once = 0;
+       if (g_once_init_enter (&maman_foo_type_id__once)) {
                GType maman_foo_type_id;
                maman_foo_type_id = maman_foo_get_type_once ();
-               g_once_init_leave (&maman_foo_type_id__volatile, maman_foo_type_id);
+               g_once_init_leave (&maman_foo_type_id__once, maman_foo_type_id);
        }
-       return maman_foo_type_id__volatile;
+       return maman_foo_type_id__once;
 }
 
index 3ca15671e6a348811de4de445e776a85a71e3f9b..b6bc4b0f998f546f41200be78a621b68ad24346e 100644 (file)
@@ -237,13 +237,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index f704996c41c40887c98021ff02ed7705b4263683..e382242ddc6d3f9a19e045101c23384a0d8b90f2 100644 (file)
@@ -414,13 +414,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 9d5c3921e1d87c5b25d3896dfea0e786a804a349..8ad54f27f063642dec7880f0fa3001c58d6e366d 100644 (file)
@@ -138,13 +138,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index b0e4b2f16f12b59f6121f2e80e6a65a4648459e2..f26a333500a226ebc9717ce20f05e4d70a851011 100644 (file)
@@ -165,13 +165,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 60becc0d0d0cc9a88f0a2be912a60da82c6dfc4e..fba78c3c8bd5981c6e2250935117316dcda6ab27 100644 (file)
@@ -138,13 +138,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index 1dd1ad676a7e2453a499afe7a04d39bcd6a7f788..ba068319983a7f804828f5f4523a8eb40155e3ce 100644 (file)
@@ -165,13 +165,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 8d19f169a7539cc5b70fcd123fbf8d974e0c3382..9559269732d8d2664ef3b5f4223559b76ae0295f 100644 (file)
@@ -377,13 +377,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index 8498b1edf7dc9fbd9b8613ec368b5969eec17857..aaae816ebc227c3e9da77979bf78b4286b1d5b61 100644 (file)
@@ -631,13 +631,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 2970fe51ce9f3057418145ab1b39da623cc9ae48..c69a9b3216cd63be030f67504d20ab2fa2157e12 100644 (file)
@@ -317,13 +317,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index f01b56937763a562f7ae41988eeabbfe374a6fca..e2e894c6054d5cbaca6a4c2eb3d852c591be37f1 100644 (file)
@@ -428,13 +428,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 6f008222f70e39b189a397914e28e2b3fc5da642..343fff00a8fb8bd9146e4fe668a614640cdef329 100644 (file)
@@ -327,13 +327,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index b7085a347a3a72650a6d2cf89040c28222cc0b52..81a1ee80b8f524c97255c5dddbcb5ab289976fa9 100644 (file)
@@ -507,13 +507,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index a8e4ba2346e34bc845ff41b5d0214eb9fa781cb0..e91779a44fc79589fdb5b79305df213e429eeb6e 100644 (file)
@@ -267,13 +267,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index ad21fcde723ecf6a41e7e2672a15f76cde7a2cbc..dd8f53d52e652118a8bafb48df49c9e940ca2093 100644 (file)
@@ -332,13 +332,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index e85b58e66b58eeac231ff932c940a1db060a11ff..0d0f8156914913e83b6a0278e6ead5b4fe0bb060 100644 (file)
@@ -142,13 +142,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 689bdda8411f44f42df50fcc5673b8d078c09f05..8bb99cf85b7fa81d3393031178079ec2afa770c8 100644 (file)
@@ -139,13 +139,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index b4e2361f7f21922ed3014e00596e562b26cdf568..7fe965ed631cef92e2bfc058799946ac8e12ad35 100644 (file)
@@ -201,13 +201,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 0d1bf6e9ee47351458c7c1b6fb4bf1f51bbad604..faabb245dc51d13da2350784e873f471d8b0eadf 100644 (file)
@@ -206,13 +206,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index 6d6a4c792dcea38189fae41239ea352b808d8a8a..82e199e41bf1f1f2eb1bb86dc89b6eb538a9fb31 100644 (file)
@@ -283,13 +283,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 228927c2189cbfb06e23721f6ffd1acf050c9507..7fcc4b7e15115f23af74c79724f906d7b96dae28 100644 (file)
@@ -140,13 +140,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index c83c0e6295155f48745f69e6ea362367768ecc9d..970ddcf5d9f3b473680e8151f3913352e3b4ffcf 100644 (file)
@@ -244,13 +244,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 796a283954122df42ac232d68bc0a23d3a274e25..3c3aedfcdc0fec86fe6656fde0d3c77ebe34bb71 100644 (file)
@@ -213,13 +213,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index 82fd4d43f09b81518170a5514638a8199e7d7d1d..679154f0fa86737d1d4fdd0da14c288db504b8e1 100644 (file)
@@ -365,13 +365,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index f43be75571978561e24d0b55def128009aeddfaf..df47d4e3d01f974d772c783dd20099379811ffb8 100644 (file)
@@ -241,13 +241,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (IFooProxy, ifoo_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_IFOO, ifoo_proxy_ifoo_interface_init) )
@@ -548,13 +548,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 026ef7bf49a4772a143c402e714830addb42ad5b..288d9a2cc966cedbb519083e0b00a1ee0e9bf9ac 100644 (file)
@@ -129,13 +129,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index 1f44babeb9f12e6cb90de5268a57bdc815e9714a..561a66db63c3f4f04db2e4e2cb384d9b9004c7d2 100644 (file)
@@ -165,13 +165,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index f8c01f2bd69ee3ef2bedb470c1aa18933095d637..382bd9412888f2025d12d0a0ee5b2cc83b742c1b 100644 (file)
@@ -140,13 +140,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index 5ca0c7f466c11c683ac9a8ff4ccd9f2031961af6..1cfde4f70679eff91bbb2492053fb864d890e0df 100644 (file)
@@ -322,13 +322,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
@@ -488,13 +488,13 @@ test_interface_bar_get_type_once (void)
 GType
 test_interface_bar_get_type (void)
 {
-       static volatile gsize test_interface_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&test_interface_bar_type_id__volatile)) {
+       static volatile gsize test_interface_bar_type_id__once = 0;
+       if (g_once_init_enter (&test_interface_bar_type_id__once)) {
                GType test_interface_bar_type_id;
                test_interface_bar_type_id = test_interface_bar_get_type_once ();
-               g_once_init_leave (&test_interface_bar_type_id__volatile, test_interface_bar_type_id);
+               g_once_init_leave (&test_interface_bar_type_id__once, test_interface_bar_type_id);
        }
-       return test_interface_bar_type_id__volatile;
+       return test_interface_bar_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestInterfaceBarProxy, test_interface_bar_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TEST_INTERFACE_TYPE_BAR, test_interface_bar_proxy_test_interface_bar_interface_init) )
@@ -759,13 +759,13 @@ test_interface_foo_get_type_once (void)
 GType
 test_interface_foo_get_type (void)
 {
-       static volatile gsize test_interface_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&test_interface_foo_type_id__volatile)) {
+       static volatile gsize test_interface_foo_type_id__once = 0;
+       if (g_once_init_enter (&test_interface_foo_type_id__once)) {
                GType test_interface_foo_type_id;
                test_interface_foo_type_id = test_interface_foo_get_type_once ();
-               g_once_init_leave (&test_interface_foo_type_id__volatile, test_interface_foo_type_id);
+               g_once_init_leave (&test_interface_foo_type_id__once, test_interface_foo_type_id);
        }
-       return test_interface_foo_type_id__volatile;
+       return test_interface_foo_type_id__once;
 }
 
 void
index 3829a0e96b5b1e6760af2ac1881f705d5b1da86e..926a5b25d4253b90d0a7edc7830c87d5bef628f8 100644 (file)
@@ -183,13 +183,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 48974d471e8a1423c7518534f96bd1f0640f03a4..45bc09d0bcf13171caf6b28aa3fea4b23cd4ae46 100644 (file)
@@ -209,13 +209,13 @@ foo_enum_get_type_once (void)
 GType
 foo_enum_get_type (void)
 {
-       static volatile gsize foo_enum_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_enum_type_id__volatile)) {
+       static volatile gsize foo_enum_type_id__once = 0;
+       if (g_once_init_enter (&foo_enum_type_id__once)) {
                GType foo_enum_type_id;
                foo_enum_type_id = foo_enum_get_type_once ();
-               g_once_init_leave (&foo_enum_type_id__volatile, foo_enum_type_id);
+               g_once_init_leave (&foo_enum_type_id__once, foo_enum_type_id);
        }
-       return foo_enum_type_id__volatile;
+       return foo_enum_type_id__once;
 }
 
 FooEnum
@@ -355,13 +355,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index 912bfd490c99944aaf4a6d74dea98f6d3ddb5947..f7438c4b368ea13000d4489136625aaa589b5600 100644 (file)
@@ -261,13 +261,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index 2c44e2df48a15a98397107cea6cd069affe01cec..3bcdc0c487754d8990e3c0e00b27e62ab32527fd 100644 (file)
@@ -290,13 +290,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 180d44249241ccb533f48f1f82cab64a1a73c9b3..9d6f2262a4336debf2b8380325e04079fae3fef3 100644 (file)
@@ -244,13 +244,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index 1547eb1c79542ce7824702c335fa5e497192fc51..5c9aa9720580f798b320cb8ba1aad4002dfd78a3 100644 (file)
@@ -396,13 +396,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 67a5feb387ae36adaf4372bad76113f87507c84e..9b1a49f78cdc3732b5e074f2929d804d4911e9f4 100644 (file)
@@ -138,13 +138,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index ffebe40d7d6da2c9a6a79c312e5b0fc43cf3b927..23c14621b96289fcb5ff56349e42bedd59f008f9 100644 (file)
@@ -193,13 +193,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index d61f5fd0094e021ab5c7605347c0d1ef440fb3b1..cba90e262b1a428e68a0a3febdb1ffccf5679104 100644 (file)
@@ -140,13 +140,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index e1af703bdccae889a480ccd4c6b66e15b1df5432..4ff455497db9f8005e1f1fc3cda4ed6bb24a8db1 100644 (file)
@@ -287,13 +287,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 9b9fa702f0a9618267bcd0e3bf4afcf2f375774a..70ffe3afd170ccce3661a7cee5e084649d872291 100644 (file)
@@ -136,13 +136,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index 69ad1af4f6035ed8a554edb9e27b00fb68f6b02d..e7b173f862445d09017d4decac17239479f0dea3 100644 (file)
@@ -176,13 +176,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 9ae2ff2b7436d6ee888f8f83e34c61d502341e8f..cd56a52ebc311dcdab46f85e08b7d27fd92e4b6e 100644 (file)
@@ -124,13 +124,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index 21a0c03c7dd39eee0f5a867cf1bd9f4389d0b336..a23553fda0a8b21239dd18fa588becb24bb70498 100644 (file)
@@ -158,13 +158,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index ffeb1f52baab44ae7c834440905b3a4e0c6e890a..19b35084b0d375f91493e423b3a937414f459850 100644 (file)
@@ -282,13 +282,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index f582dc19344d9791207c1392ea67d5f320e38f45..c1f2584a7ac08fadec63ade60645c7f2a49290f1 100644 (file)
@@ -309,13 +309,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 7137822ee11f994587897f68b7760b82e61d96d8..7c595a05d47a118d145613e451ca15b1b8dde6f2 100644 (file)
@@ -325,13 +325,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
@@ -699,13 +699,13 @@ test_raw_get_type_once (void)
 GType
 test_raw_get_type (void)
 {
-       static volatile gsize test_raw_type_id__volatile = 0;
-       if (g_once_init_enter (&test_raw_type_id__volatile)) {
+       static volatile gsize test_raw_type_id__once = 0;
+       if (g_once_init_enter (&test_raw_type_id__once)) {
                GType test_raw_type_id;
                test_raw_type_id = test_raw_get_type_once ();
-               g_once_init_leave (&test_raw_type_id__volatile, test_raw_type_id);
+               g_once_init_leave (&test_raw_type_id__once, test_raw_type_id);
        }
-       return test_raw_type_id__volatile;
+       return test_raw_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestRawProxy, test_raw_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST_RAW, test_raw_proxy_test_raw_interface_init) )
index 10c8c023c4f1e8be69294d8035dba2324c12a6c7..ec24125dec74f46270df8ddfa0c440e0233a16e7 100644 (file)
@@ -372,13 +372,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
@@ -729,13 +729,13 @@ test_raw_get_type_once (void)
 GType
 test_raw_get_type (void)
 {
-       static volatile gsize test_raw_type_id__volatile = 0;
-       if (g_once_init_enter (&test_raw_type_id__volatile)) {
+       static volatile gsize test_raw_type_id__once = 0;
+       if (g_once_init_enter (&test_raw_type_id__once)) {
                GType test_raw_type_id;
                test_raw_type_id = test_raw_get_type_once ();
-               g_once_init_leave (&test_raw_type_id__volatile, test_raw_type_id);
+               g_once_init_leave (&test_raw_type_id__once, test_raw_type_id);
        }
-       return test_raw_type_id__volatile;
+       return test_raw_type_id__once;
 }
 
 static void
index 0cf155bf51bca247bbf3772f1272b19a2a144a5d..fa754b0550ce72053763ff2fc2a1509578615ac0 100644 (file)
@@ -244,13 +244,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index d9876992f92f44bd5202ecc50fb76f576a6ddc16..9f9c78102a118dfbbe654d150cf5631ffd971a3e 100644 (file)
@@ -242,13 +242,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 3345df8c2d0a41fd4937146b4604f378200186b0..1e4b031a9286536e4e28cb8fc7ef73c84f9e1752 100644 (file)
@@ -194,13 +194,13 @@ foo_struct_get_type_once (void)
 GType
 foo_struct_get_type (void)
 {
-       static volatile gsize foo_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_struct_type_id__volatile)) {
+       static volatile gsize foo_struct_type_id__once = 0;
+       if (g_once_init_enter (&foo_struct_type_id__once)) {
                GType foo_struct_type_id;
                foo_struct_type_id = foo_struct_get_type_once ();
-               g_once_init_leave (&foo_struct_type_id__volatile, foo_struct_type_id);
+               g_once_init_leave (&foo_struct_type_id__once, foo_struct_type_id);
        }
-       return foo_struct_type_id__volatile;
+       return foo_struct_type_id__once;
 }
 
 void
@@ -266,13 +266,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 G_DEFINE_TYPE_EXTENDED (TestProxy, test_proxy, G_TYPE_DBUS_PROXY, 0, G_IMPLEMENT_INTERFACE (TYPE_TEST, test_proxy_test_interface_init) )
index 0840275f1bb59552ab5fcdbc6cebd9724dd3b993..c19bcb04eb207b92f0ebaa1041682146ca5a5da0 100644 (file)
@@ -222,13 +222,13 @@ foo_struct_get_type_once (void)
 GType
 foo_struct_get_type (void)
 {
-       static volatile gsize foo_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_struct_type_id__volatile)) {
+       static volatile gsize foo_struct_type_id__once = 0;
+       if (g_once_init_enter (&foo_struct_type_id__once)) {
                GType foo_struct_type_id;
                foo_struct_type_id = foo_struct_get_type_once ();
-               g_once_init_leave (&foo_struct_type_id__volatile, foo_struct_type_id);
+               g_once_init_leave (&foo_struct_type_id__once, foo_struct_type_id);
        }
-       return foo_struct_type_id__volatile;
+       return foo_struct_type_id__once;
 }
 
 static inline gpointer
@@ -381,13 +381,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 515da0949e223909ca8e46957c9062f5f69a2ad9..c335a36fe367d0f3085d53a5803669125283a89c 100644 (file)
@@ -119,13 +119,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index cbc5934c0f0a0cec0b8b258450719b65a4985cea..898b76b6554f8da3d2d90014dc0a0aca544b1a86 100644 (file)
@@ -57,13 +57,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index af1fae4778ae18747bfd1a9dc0537e425f69b3d9..b0586a6fd8b692daafdd1c31c48e1eef7bcb4952 100644 (file)
@@ -64,13 +64,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static Block1Data*
index 594ab4389d29cec8d8b72bf70c61a5dabe6e0b3e..135d5f436788990af34c0d63771a1cf920d60519 100644 (file)
@@ -226,13 +226,13 @@ test_enum_get_type_once (void)
 GType
 test_enum_get_type (void)
 {
-       static volatile gsize test_enum_type_id__volatile = 0;
-       if (g_once_init_enter (&test_enum_type_id__volatile)) {
+       static volatile gsize test_enum_type_id__once = 0;
+       if (g_once_init_enter (&test_enum_type_id__once)) {
                GType test_enum_type_id;
                test_enum_type_id = test_enum_get_type_once ();
-               g_once_init_leave (&test_enum_type_id__volatile, test_enum_type_id);
+               g_once_init_leave (&test_enum_type_id__once, test_enum_type_id);
        }
-       return test_enum_type_id__volatile;
+       return test_enum_type_id__once;
 }
 
 static gpointer
@@ -465,13 +465,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 gpointer
index e2767abd192bb4d9c231bd666e36c8f18538a637..cc747164a02b82ceeff92dbbadf2f43cfcdf83b7 100644 (file)
@@ -157,13 +157,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 2642e8e86ccf7b3f1220935d368420ee6f23436e..fe15b7acfe2323a6830fd7adc59e50a1b9a4ceb8 100644 (file)
@@ -173,13 +173,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index 249a056094348cca77acb27057eeef130893fc4d..b570e9e26a604669dd38d20806c81eca7abc3f95 100644 (file)
@@ -105,13 +105,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -172,13 +172,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 849fe3148a492aebae96ab198a3a249003a110e1..0ed5f457a976ac4bc3ed4f8da0b738ab59b3f40d 100644 (file)
@@ -144,13 +144,13 @@ parameter_enum_get_type_once (void)
 GType
 parameter_enum_get_type (void)
 {
-       static volatile gsize parameter_enum_type_id__volatile = 0;
-       if (g_once_init_enter (&parameter_enum_type_id__volatile)) {
+       static volatile gsize parameter_enum_type_id__once = 0;
+       if (g_once_init_enter (&parameter_enum_type_id__once)) {
                GType parameter_enum_type_id;
                parameter_enum_type_id = parameter_enum_get_type_once ();
-               g_once_init_leave (&parameter_enum_type_id__volatile, parameter_enum_type_id);
+               g_once_init_leave (&parameter_enum_type_id__once, parameter_enum_type_id);
        }
-       return parameter_enum_type_id__volatile;
+       return parameter_enum_type_id__once;
 }
 
 MamanDelegateStruct*
@@ -179,13 +179,13 @@ maman_delegate_struct_get_type_once (void)
 GType
 maman_delegate_struct_get_type (void)
 {
-       static volatile gsize maman_delegate_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_delegate_struct_type_id__volatile)) {
+       static volatile gsize maman_delegate_struct_type_id__once = 0;
+       if (g_once_init_enter (&maman_delegate_struct_type_id__once)) {
                GType maman_delegate_struct_type_id;
                maman_delegate_struct_type_id = maman_delegate_struct_get_type_once ();
-               g_once_init_leave (&maman_delegate_struct_type_id__volatile, maman_delegate_struct_type_id);
+               g_once_init_leave (&maman_delegate_struct_type_id__once, maman_delegate_struct_type_id);
        }
-       return maman_delegate_struct_type_id__volatile;
+       return maman_delegate_struct_type_id__once;
 }
 
 void
@@ -219,13 +219,13 @@ maman_foo_get_type_once (void)
 GType
 maman_foo_get_type (void)
 {
-       static volatile gsize maman_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_foo_type_id__volatile)) {
+       static volatile gsize maman_foo_type_id__once = 0;
+       if (g_once_init_enter (&maman_foo_type_id__once)) {
                GType maman_foo_type_id;
                maman_foo_type_id = maman_foo_get_type_once ();
-               g_once_init_leave (&maman_foo_type_id__volatile, maman_foo_type_id);
+               g_once_init_leave (&maman_foo_type_id__once, maman_foo_type_id);
        }
-       return maman_foo_type_id__volatile;
+       return maman_foo_type_id__once;
 }
 
 static inline gpointer
@@ -582,12 +582,12 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
index 8023b65fc909ac83f9870d9b9b123cf074f2915b..25e92dc3bd1d7aa24318105dc595638e922c1169 100644 (file)
@@ -323,13 +323,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index fbc4d09bc76253945df420feca2aa766dc428371..d065ea232c78868c49abab4585b4afdfdf3864b2 100644 (file)
@@ -118,13 +118,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -311,13 +311,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 73612283d2b68842937507740280303d4d323634..991bb6f150d3301091ca38e2829d6c2a329e437d 100644 (file)
@@ -217,13 +217,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -344,13 +344,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 8d78411efcc813a7944718b0c79418965e6f729d..7d99502c3d6bebbf285d612dd935b135c0cb6a75 100644 (file)
@@ -578,13 +578,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index 91f561c060028f0fba96a31ee0bbdca99249ca42..9a8d00e42de530972f800fa1448bfd84289af6bb 100644 (file)
@@ -308,13 +308,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 76c94dca9016621d99af71eb99e3b25ae9908711..70268aa83cae87687bc65fe286b1350bbcb30f06 100644 (file)
@@ -55,13 +55,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 2da915d10ffbf5dff2675cd90b64cf6c9b3dd544..cbc78c93b3634896fe1fee815a0b0148f3619184 100644 (file)
@@ -64,13 +64,13 @@ foo_enum_get_type_once (void)
 GType
 foo_enum_get_type (void)
 {
-       static volatile gsize foo_enum_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_enum_type_id__volatile)) {
+       static volatile gsize foo_enum_type_id__once = 0;
+       if (g_once_init_enter (&foo_enum_type_id__once)) {
                GType foo_enum_type_id;
                foo_enum_type_id = foo_enum_get_type_once ();
-               g_once_init_leave (&foo_enum_type_id__volatile, foo_enum_type_id);
+               g_once_init_leave (&foo_enum_type_id__once, foo_enum_type_id);
        }
-       return foo_enum_type_id__volatile;
+       return foo_enum_type_id__once;
 }
 
 static GType
@@ -85,13 +85,13 @@ foo_flag_get_type_once (void)
 GType
 foo_flag_get_type (void)
 {
-       static volatile gsize foo_flag_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_flag_type_id__volatile)) {
+       static volatile gsize foo_flag_type_id__once = 0;
+       if (g_once_init_enter (&foo_flag_type_id__once)) {
                GType foo_flag_type_id;
                foo_flag_type_id = foo_flag_get_type_once ();
-               g_once_init_leave (&foo_flag_type_id__volatile, foo_flag_type_id);
+               g_once_init_leave (&foo_flag_type_id__once, foo_flag_type_id);
        }
-       return foo_flag_type_id__volatile;
+       return foo_flag_type_id__once;
 }
 
 FooStruct*
@@ -120,13 +120,13 @@ foo_struct_get_type_once (void)
 GType
 foo_struct_get_type (void)
 {
-       static volatile gsize foo_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_struct_type_id__volatile)) {
+       static volatile gsize foo_struct_type_id__once = 0;
+       if (g_once_init_enter (&foo_struct_type_id__once)) {
                GType foo_struct_type_id;
                foo_struct_type_id = foo_struct_get_type_once ();
-               g_once_init_leave (&foo_struct_type_id__volatile, foo_struct_type_id);
+               g_once_init_leave (&foo_struct_type_id__once, foo_struct_type_id);
        }
-       return foo_struct_type_id__volatile;
+       return foo_struct_type_id__once;
 }
 
 FooEnum
index 8547699b998f8989b5dfa9a4208f6dab2974fad7..98853ff129eb8d041d5b8014ea035c0376f2cdcd 100644 (file)
@@ -42,13 +42,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static Test*
index 56d3b52dc5d4bfb71e92408cb821d919ae2ce0bb..94bdf4ed5f7676a2e6f7fbefa2cff6d6e59b6fd3 100644 (file)
@@ -40,13 +40,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static GType
@@ -61,13 +61,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index b5548cda55a899c91f576c660805936bb7aebb2f..a9f1f51e61cca1e16e7583f5a93bf5c00ce47f74 100644 (file)
@@ -37,13 +37,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 61def93cdc82388da149e6808dc1e2ce13b3c927..56ed9339ce382205fd32ea41a11f0937cfd18ff1 100644 (file)
@@ -55,13 +55,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static GType
@@ -76,13 +76,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static Foo*
index ba4551b7018a1424e21839b1a2f7d0c8e08e3c3b..9162eace41e48f5635b36ed7299d3f7f4fa188c8 100644 (file)
@@ -35,13 +35,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 192a3abc1e84c77f76864d297fe25ec8ccbd8499..a6594015bb5723edd28e9a1c44cd0982b29928d1 100644 (file)
@@ -83,13 +83,13 @@ maman_foo_get_type_once (void)
 GType
 maman_foo_get_type (void)
 {
-       static volatile gsize maman_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_foo_type_id__volatile)) {
+       static volatile gsize maman_foo_type_id__once = 0;
+       if (g_once_init_enter (&maman_foo_type_id__once)) {
                GType maman_foo_type_id;
                maman_foo_type_id = maman_foo_get_type_once ();
-               g_once_init_leave (&maman_foo_type_id__volatile, maman_foo_type_id);
+               g_once_init_leave (&maman_foo_type_id__once, maman_foo_type_id);
        }
-       return maman_foo_type_id__volatile;
+       return maman_foo_type_id__once;
 }
 
 gint
@@ -112,13 +112,13 @@ maman_fooish_get_type_once (void)
 GType
 maman_fooish_get_type (void)
 {
-       static volatile gsize maman_fooish_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_fooish_type_id__volatile)) {
+       static volatile gsize maman_fooish_type_id__once = 0;
+       if (g_once_init_enter (&maman_fooish_type_id__once)) {
                GType maman_fooish_type_id;
                maman_fooish_type_id = maman_fooish_get_type_once ();
-               g_once_init_leave (&maman_fooish_type_id__volatile, maman_fooish_type_id);
+               g_once_init_leave (&maman_fooish_type_id__once, maman_fooish_type_id);
        }
-       return maman_fooish_type_id__volatile;
+       return maman_fooish_type_id__once;
 }
 
 void
@@ -227,12 +227,12 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
index 0c0966257e2345a456f8e2e02b3f13a21b5cf5c5..d44b84f8989d0c7e9c5fcfd8b008b643cc6bae18 100644 (file)
@@ -41,13 +41,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 22ba1c1915c8ae4343a9b67d1f7bc49922841438..e06f40799839cf7c592d19ad04065d3110e75db0 100644 (file)
@@ -40,13 +40,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static GType
@@ -61,13 +61,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 726babc90c66a3eaab610b980bb17c20784bf244..c859a06765afde869828e645ca99c9f9268c2a4f 100644 (file)
@@ -41,13 +41,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 515c626045d822972971adec74394fcd7eaa747b..91c674d3b4530112e6ea0e12cc26bfbf9cc8c7b5 100644 (file)
@@ -36,13 +36,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 5da9d05a8eda9d84323d905961f6c3eced0c96ff..ba8ac7084bb1fc472569e0f9bc738b77d3094e93 100644 (file)
@@ -34,13 +34,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 16ce1c21a259a21df7f8892dbcb2ddf7b7389f1c..db3a661b0649d1fe59e62a1cf37868dcf5daa8ff 100644 (file)
@@ -131,13 +131,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 9a1a174252f83dd7080dc7fd013a10b3204d0fd2..11172b49d9fb4532791b7418f5cabf1f5abf9a47 100644 (file)
@@ -69,13 +69,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index cb1446c05d34d6a90b742b6c310675b04bde1896..0dc36ff537e65965e0024e84f4813a380ff43555 100644 (file)
@@ -140,13 +140,13 @@ cls_a_get_type_once (void)
 GType
 cls_a_get_type (void)
 {
-       static volatile gsize cls_a_type_id__volatile = 0;
-       if (g_once_init_enter (&cls_a_type_id__volatile)) {
+       static volatile gsize cls_a_type_id__once = 0;
+       if (g_once_init_enter (&cls_a_type_id__once)) {
                GType cls_a_type_id;
                cls_a_type_id = cls_a_get_type_once ();
-               g_once_init_leave (&cls_a_type_id__volatile, cls_a_type_id);
+               g_once_init_leave (&cls_a_type_id__once, cls_a_type_id);
        }
-       return cls_a_type_id__volatile;
+       return cls_a_type_id__once;
 }
 
 ClsB*
@@ -196,13 +196,13 @@ cls_b_get_type_once (void)
 GType
 cls_b_get_type (void)
 {
-       static volatile gsize cls_b_type_id__volatile = 0;
-       if (g_once_init_enter (&cls_b_type_id__volatile)) {
+       static volatile gsize cls_b_type_id__once = 0;
+       if (g_once_init_enter (&cls_b_type_id__once)) {
                GType cls_b_type_id;
                cls_b_type_id = cls_b_get_type_once ();
-               g_once_init_leave (&cls_b_type_id__volatile, cls_b_type_id);
+               g_once_init_leave (&cls_b_type_id__once, cls_b_type_id);
        }
-       return cls_b_type_id__volatile;
+       return cls_b_type_id__once;
 }
 
 static void
index 389a07ac62caaffcf09e8307c980b44c1001d88d..6ad044d7ecb2848bf4d1f47c5a149980815743e8 100644 (file)
@@ -137,13 +137,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index fdfa10b370d7404a4c3c443cae49534bd8c909db..dfb878ef778794769b0a596e156de557d1d6d6e0 100644 (file)
@@ -140,13 +140,13 @@ foo_output_stream_get_type_once (void)
 GType
 foo_output_stream_get_type (void)
 {
-       static volatile gsize foo_output_stream_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_output_stream_type_id__volatile)) {
+       static volatile gsize foo_output_stream_type_id__once = 0;
+       if (g_once_init_enter (&foo_output_stream_type_id__once)) {
                GType foo_output_stream_type_id;
                foo_output_stream_type_id = foo_output_stream_get_type_once ();
-               g_once_init_leave (&foo_output_stream_type_id__volatile, foo_output_stream_type_id);
+               g_once_init_leave (&foo_output_stream_type_id__once, foo_output_stream_type_id);
        }
-       return foo_output_stream_type_id__volatile;
+       return foo_output_stream_type_id__once;
 }
 
 static guint8*
index 0732f2f54572fc8adbc456c9ef4133db248f50d9..6294d88eaa39b7180e54e44aca9dd1e44735509d 100644 (file)
@@ -317,13 +317,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 8bcf6bd45599e56491507434f62fab2c24afc402..6de43da7cfeb15457ad9e0c4eec8067bf2d8e98b 100644 (file)
@@ -234,13 +234,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index f436fd7a16288e6734b5c32f62e5454c4741854b..157f22f429c455d72c880b2bf8c90ffd62134a67 100644 (file)
@@ -381,13 +381,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index edcda3bda669607f61d894f0211cbed534f12bf9..0c4e53568c42a1a3678741f706068488c130edca 100644 (file)
@@ -156,13 +156,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static inline gpointer
@@ -256,13 +256,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 1c43c8932280617f26bf7be7176b9ed24fc8711c..1cf5dba069cb9b0709e83ad383f77b42b6d240de 100644 (file)
@@ -218,13 +218,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static inline gpointer
@@ -325,13 +325,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
@@ -500,13 +500,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 static void
index ef59fb1a7ece2cab46f2c9b46547766db017ca32..32a0cef0294ecd5ffb7bd825672ba8988f080351 100644 (file)
@@ -164,13 +164,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index a80cafbc1a3ac1895cc7822c4c450564cfdf26e1..f4d91abd68f681d10e60831076ef1c7ff958cdeb 100644 (file)
@@ -290,13 +290,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 2c28dafb08d70fe8823c3807e9dcd93ad821ef83..a268c4b22c3d59feb8c701ebb1ad5f6166acce13 100644 (file)
@@ -303,13 +303,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 5f73497de7e07b98f83097e4b7cba3c0be50310c..19e803fa45be593458c05c1f2e957caf9a142ad5 100644 (file)
@@ -304,13 +304,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index a6c85b476c2ca9c5f07e06dcf2e57065034f9242..aba13ad020a5c542619cdae7c26d9e50d3231d72 100644 (file)
@@ -329,13 +329,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index c485fcfa82ad6b2376f9b240dc1ca1e321fed971..8308f85a8d17d65b7eefaaee1d5a80cb65d62d52 100644 (file)
@@ -187,13 +187,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 617757bb208252cadaeb8dd25e5c7c267420b374..b2708305aa0b320d34350d7fe9f56f4eefcc0aa8 100644 (file)
@@ -314,13 +314,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index e0ce785b49a96aa8ae6a22b593350fa28118bc6d..e3818a195168a103bd8b3d77546ca8e1d5027008 100644 (file)
@@ -304,13 +304,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 4d456bfbd674693cb4934a62d0c2dcbd07836a53..4a4222f22b8ceed1c8ef428a298497225ac2f9d4 100644 (file)
@@ -290,13 +290,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 7d6b6d657417c302e680305cd047384a6a30c102..263c957a385f6480703ba3d6d998c3de114f823a 100644 (file)
@@ -193,13 +193,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -311,13 +311,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index d1c8e95e5b7115ff2b89f761a3f2ef9cce7dcfba..1f849dfdba464d2c43e127d931b50f3219ee7227 100644 (file)
@@ -207,13 +207,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -338,13 +338,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 9b7338d8b22d6c3982a5cf8230af1c32d4138fe2..e98d7fa45c09b5744b3ab1b9038f31e0af451d72 100644 (file)
@@ -322,13 +322,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -377,13 +377,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 82ab96ee1bf8b836d02df1c31ec8e67a8d342cfd..68b860a53fe1337edb23e78b91cd8b2265f93797 100644 (file)
@@ -330,13 +330,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 gpointer
@@ -588,13 +588,13 @@ test2_get_type_once (void)
 GType
 test2_get_type (void)
 {
-       static volatile gsize test2_type_id__volatile = 0;
-       if (g_once_init_enter (&test2_type_id__volatile)) {
+       static volatile gsize test2_type_id__once = 0;
+       if (g_once_init_enter (&test2_type_id__once)) {
                GType test2_type_id;
                test2_type_id = test2_get_type_once ();
-               g_once_init_leave (&test2_type_id__volatile, test2_type_id);
+               g_once_init_leave (&test2_type_id__once, test2_type_id);
        }
-       return test2_type_id__volatile;
+       return test2_type_id__once;
 }
 
 gpointer
index f591e31f4f306aa11788fce181fdf1ba45f9c429..18dbc12b52e7b79860952450b57fb664b06bb3da 100644 (file)
@@ -299,13 +299,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 gpointer
index 236a2301e7529d2c8aef0c9b10bc046710a6fb7d..b0cf044bb4bbb57268b1965b275ac7a54de50fe5 100644 (file)
@@ -153,12 +153,12 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
index 4f66b3bfa94fade494ad8b50bf16bbf7b06c85a5..f936f2f7d5149bd748b3854442f375d5dfda83fa 100644 (file)
@@ -251,13 +251,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static void
index 6a7be85c102502dc239296c4b913c9fe5f9312e0..281b12fdf4d190e38db280abcfaf95b04e204749 100644 (file)
@@ -345,13 +345,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 gpointer
index 12591d1d61347ca8904a6cf98d720a5e764cd144..f202bc5de428722219fb94891e4cdede26c51ad3 100644 (file)
@@ -284,13 +284,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 gpointer
index 53c07c26a0f940af2a51e2f06c6a0ec96321563f..73251008d32d3eee4eb91e61998ccb01b7af30c9 100644 (file)
@@ -71,12 +71,12 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
index 6f946842ed3350482d41ea5dee6fceb2c64f4733..4e82a099d976af796b35fbc3eb458b1055b61221 100644 (file)
@@ -59,12 +59,12 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
index 6d2565e613ef2e8056c30ee4fb8d023ee0102eb6..4442c24e81a385aee96d9f4f21661b532100e9ab 100644 (file)
@@ -128,13 +128,13 @@ itest_get_type_once (void)
 GType
 itest_get_type (void)
 {
-       static volatile gsize itest_type_id__volatile = 0;
-       if (g_once_init_enter (&itest_type_id__volatile)) {
+       static volatile gsize itest_type_id__once = 0;
+       if (g_once_init_enter (&itest_type_id__once)) {
                GType itest_type_id;
                itest_type_id = itest_get_type_once ();
-               g_once_init_leave (&itest_type_id__volatile, itest_type_id);
+               g_once_init_leave (&itest_type_id__once, itest_type_id);
        }
-       return itest_type_id__volatile;
+       return itest_type_id__once;
 }
 
 static gboolean
@@ -197,12 +197,12 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
index 9075066227e71c741d625b5b5bb805fc0f7f0032..34119aa309a6f9ea87d64299b9ebb6c3b265fecf 100644 (file)
@@ -305,13 +305,13 @@ testclass_get_type_once (void)
 GType
 testclass_get_type (void)
 {
-       static volatile gsize testclass_type_id__volatile = 0;
-       if (g_once_init_enter (&testclass_type_id__volatile)) {
+       static volatile gsize testclass_type_id__once = 0;
+       if (g_once_init_enter (&testclass_type_id__once)) {
                GType testclass_type_id;
                testclass_type_id = testclass_get_type_once ();
-               g_once_init_leave (&testclass_type_id__volatile, testclass_type_id);
+               g_once_init_leave (&testclass_type_id__once, testclass_type_id);
        }
-       return testclass_type_id__volatile;
+       return testclass_type_id__once;
 }
 
 gpointer
@@ -389,12 +389,12 @@ test_struct_get_type_once (void)
 GType
 test_struct_get_type (void)
 {
-       static volatile gsize test_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&test_struct_type_id__volatile)) {
+       static volatile gsize test_struct_type_id__once = 0;
+       if (g_once_init_enter (&test_struct_type_id__once)) {
                GType test_struct_type_id;
                test_struct_type_id = test_struct_get_type_once ();
-               g_once_init_leave (&test_struct_type_id__volatile, test_struct_type_id);
+               g_once_init_leave (&test_struct_type_id__once, test_struct_type_id);
        }
-       return test_struct_type_id__volatile;
+       return test_struct_type_id__once;
 }
 
index c7c367c872735072a4d32c2daba9777d42af45d3..d62aff439b605349b5b1269290047120e0e0a1eb 100644 (file)
@@ -115,12 +115,12 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
index 60bb9d96442146c0ce9c222d80f4e37214840591..9fb7a9ab0e12713a391b3549f044ec72841c459e 100644 (file)
@@ -100,13 +100,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index c44c032fa17ed05ff21eb280d87ef5035e801574..ae239b7f1145381f2d40ee2ef59524657d8d4861 100644 (file)
@@ -280,13 +280,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 7b95a9f9d49f1a1b9301ea0f82f35429d39899b4..85f9ab80b3637f50ebaa6da4e181b4182306107f 100644 (file)
@@ -269,13 +269,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static inline gpointer
@@ -784,13 +784,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -1064,13 +1064,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gint*
index 6b07829dba309dd7085fb58176919eefff2607a3..5dc573fbe093f724432cad74dda319629bee3c6c 100644 (file)
@@ -229,13 +229,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static void
@@ -452,13 +452,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -530,13 +530,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
@@ -738,13 +738,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 gpointer
@@ -816,13 +816,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
index f58cbfae945abff51872359317ae4dc5a51f9fb4..f13a810576e28a4470a4eba51d9e938f8d03fdc4 100644 (file)
@@ -91,13 +91,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 135864bcf8cbd304c1a5fef1e4df141f4f73e19b..ea79e50fad55584870d816d4c323bd7a9b600b80 100644 (file)
@@ -286,13 +286,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index b06fc22ed55dbfedfeaa15098ba6502db66b1192..77c03269e274922cb7ef5a00092a66a2259e5549 100644 (file)
@@ -317,13 +317,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index ea85282da778a6c5e92fa9c7e2099357c477e215..4038dc962be1833430e1ca6be8bbe90937fc6d8e 100644 (file)
@@ -310,13 +310,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 gpointer
index d57a21f4d92fce399d61c42a07a4d8f71efb2893..16773f7c3c1bca100e51b132f4f8827697b564b5 100644 (file)
@@ -141,13 +141,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gchar*
@@ -223,13 +223,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 542ffde789129ffc7ee5f6036cb3caa7bad10ce4..6b093eb1d5c8464152bd15fee23dd6a8483f2e48 100644 (file)
@@ -197,13 +197,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index c474cd9635e4ff35272b1e9ead97d0d8795f5cce..e95bb0f14ab2300c16f131b82f47da643ce72c24 100644 (file)
@@ -345,13 +345,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 6a2df7b5cdc688b6c95cfff93269920aecb7070b..b33b02fff48cc4c84c40bcddcedabe987d859b0f 100644 (file)
@@ -156,13 +156,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 8a07c5d55fc6d56822a1b9d82b532ecfee496a8c..bcb6434356fd6af67b45e7f2ef6b276848326c44 100644 (file)
@@ -235,13 +235,13 @@ iface1_get_type_once (void)
 GType
 iface1_get_type (void)
 {
-       static volatile gsize iface1_type_id__volatile = 0;
-       if (g_once_init_enter (&iface1_type_id__volatile)) {
+       static volatile gsize iface1_type_id__once = 0;
+       if (g_once_init_enter (&iface1_type_id__once)) {
                GType iface1_type_id;
                iface1_type_id = iface1_get_type_once ();
-               g_once_init_leave (&iface1_type_id__volatile, iface1_type_id);
+               g_once_init_leave (&iface1_type_id__once, iface1_type_id);
        }
-       return iface1_type_id__volatile;
+       return iface1_type_id__once;
 }
 
 gint
@@ -275,13 +275,13 @@ iface2_get_type_once (void)
 GType
 iface2_get_type (void)
 {
-       static volatile gsize iface2_type_id__volatile = 0;
-       if (g_once_init_enter (&iface2_type_id__volatile)) {
+       static volatile gsize iface2_type_id__once = 0;
+       if (g_once_init_enter (&iface2_type_id__once)) {
                GType iface2_type_id;
                iface2_type_id = iface2_get_type_once ();
-               g_once_init_leave (&iface2_type_id__volatile, iface2_type_id);
+               g_once_init_leave (&iface2_type_id__once, iface2_type_id);
        }
-       return iface2_type_id__volatile;
+       return iface2_type_id__once;
 }
 
 static gint
@@ -363,13 +363,13 @@ obj1_get_type_once (void)
 GType
 obj1_get_type (void)
 {
-       static volatile gsize obj1_type_id__volatile = 0;
-       if (g_once_init_enter (&obj1_type_id__volatile)) {
+       static volatile gsize obj1_type_id__once = 0;
+       if (g_once_init_enter (&obj1_type_id__once)) {
                GType obj1_type_id;
                obj1_type_id = obj1_get_type_once ();
-               g_once_init_leave (&obj1_type_id__volatile, obj1_type_id);
+               g_once_init_leave (&obj1_type_id__once, obj1_type_id);
        }
-       return obj1_type_id__volatile;
+       return obj1_type_id__once;
 }
 
 static gint
@@ -451,13 +451,13 @@ obj2_get_type_once (void)
 GType
 obj2_get_type (void)
 {
-       static volatile gsize obj2_type_id__volatile = 0;
-       if (g_once_init_enter (&obj2_type_id__volatile)) {
+       static volatile gsize obj2_type_id__once = 0;
+       if (g_once_init_enter (&obj2_type_id__once)) {
                GType obj2_type_id;
                obj2_type_id = obj2_get_type_once ();
-               g_once_init_leave (&obj2_type_id__volatile, obj2_type_id);
+               g_once_init_leave (&obj2_type_id__once, obj2_type_id);
        }
-       return obj2_type_id__volatile;
+       return obj2_type_id__once;
 }
 
 gint
@@ -508,13 +508,13 @@ base_get_type_once (void)
 GType
 base_get_type (void)
 {
-       static volatile gsize base_type_id__volatile = 0;
-       if (g_once_init_enter (&base_type_id__volatile)) {
+       static volatile gsize base_type_id__once = 0;
+       if (g_once_init_enter (&base_type_id__once)) {
                GType base_type_id;
                base_type_id = base_get_type_once ();
-               g_once_init_leave (&base_type_id__volatile, base_type_id);
+               g_once_init_leave (&base_type_id__once, base_type_id);
        }
-       return base_type_id__volatile;
+       return base_type_id__once;
 }
 
 gint
@@ -548,13 +548,13 @@ iface_get_type_once (void)
 GType
 iface_get_type (void)
 {
-       static volatile gsize iface_type_id__volatile = 0;
-       if (g_once_init_enter (&iface_type_id__volatile)) {
+       static volatile gsize iface_type_id__once = 0;
+       if (g_once_init_enter (&iface_type_id__once)) {
                GType iface_type_id;
                iface_type_id = iface_get_type_once ();
-               g_once_init_leave (&iface_type_id__volatile, iface_type_id);
+               g_once_init_leave (&iface_type_id__once, iface_type_id);
        }
-       return iface_type_id__volatile;
+       return iface_type_id__once;
 }
 
 Concrete*
@@ -606,13 +606,13 @@ concrete_get_type_once (void)
 GType
 concrete_get_type (void)
 {
-       static volatile gsize concrete_type_id__volatile = 0;
-       if (g_once_init_enter (&concrete_type_id__volatile)) {
+       static volatile gsize concrete_type_id__once = 0;
+       if (g_once_init_enter (&concrete_type_id__once)) {
                GType concrete_type_id;
                concrete_type_id = concrete_get_type_once ();
-               g_once_init_leave (&concrete_type_id__volatile, concrete_type_id);
+               g_once_init_leave (&concrete_type_id__once, concrete_type_id);
        }
-       return concrete_type_id__volatile;
+       return concrete_type_id__once;
 }
 
 static gpointer
index 5dd62fd0d6c69b96136edb44244962c9b5b54bc5..d248a449f2d0c22704bfe1f0710ab1d94c1f6db4 100644 (file)
@@ -349,13 +349,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index b4d6a760ec947a94960ba411e3fb27b66461420c..b8b789c115ea32d9cb4263bb1ee4196d00276cf8 100644 (file)
@@ -276,13 +276,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -344,13 +344,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 Foo*
index 497685ff8b9313c49f137d85777b5cba485ac8a1..a5a54036b5f5adfb0040bdbd28b9134cf608e3aa 100644 (file)
@@ -223,13 +223,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index 54108bbaf0931281594bb7ed81fed2d6b621b68f..84681feb5569c05a901a15039d0360fe51f77d21 100644 (file)
@@ -306,13 +306,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 8e322ced0f4a915a71b1803d9449973d2f54ecc1..5f65d8936a40ffd36803a161c55d299e785cb541 100644 (file)
@@ -157,13 +157,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 13a74c4e86657b58ea909b23a94da34873aa99aa..74f16bb9afa55609014e8299e70ac413752d5d03 100644 (file)
@@ -158,13 +158,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -221,13 +221,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static gint
index 28066f5d593b3d81ced1e4bc0081f6a30d31ea96..367b76b790afdde16c58fed26c5229147ca54835 100644 (file)
@@ -161,13 +161,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 const gchar*
index e83808f75035530485216a78e23571142d0c7ab2..30d862fdf37b90bc941351c1d366f1bc391a5da8 100644 (file)
@@ -291,13 +291,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 04d0bc022670e7728030ba95108477842585abf3..baafa40d99bbe7433e649e3df1473c1e52e9ff9d 100644 (file)
@@ -256,13 +256,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static Block2Data*
index 4bf0648b48a7b43f4562286dd932fc6361152eed..38ce0855dcb643e571feaac9bd53c2ccf1900823 100644 (file)
@@ -265,13 +265,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 56300d2488ba799e161161d9e1efdfd657f6f648..f1c6add6cdd52e5b4d789b2b9baf4ff0b8222bab 100644 (file)
@@ -201,13 +201,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static void
@@ -541,13 +541,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -735,13 +735,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 8ade4324bf6a4786ba576114d1b50fc0cbb23180..e8877a601b18317a1137f36cfc83f684974e351a 100644 (file)
@@ -256,13 +256,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 44fb6b31b99c1145b6cd47aee98a181a766dc76b..9771371aa64e450b2fbf41f8a45a5d68fe9a5d64 100644 (file)
@@ -159,13 +159,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -352,13 +352,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
@@ -429,13 +429,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 void
index 33a5658633313332c8bac9398960469aec3f0af9..9f20bc38acb484d4929e0f62ee0ead826a01d5e1 100644 (file)
@@ -727,13 +727,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -980,13 +980,13 @@ foo_iterator_get_type_once (void)
 GType
 foo_iterator_get_type (void)
 {
-       static volatile gsize foo_iterator_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_iterator_type_id__volatile)) {
+       static volatile gsize foo_iterator_type_id__once = 0;
+       if (g_once_init_enter (&foo_iterator_type_id__once)) {
                GType foo_iterator_type_id;
                foo_iterator_type_id = foo_iterator_get_type_once ();
-               g_once_init_leave (&foo_iterator_type_id__volatile, foo_iterator_type_id);
+               g_once_init_leave (&foo_iterator_type_id__once, foo_iterator_type_id);
        }
-       return foo_iterator_type_id__volatile;
+       return foo_iterator_type_id__once;
 }
 
 gpointer
@@ -1204,13 +1204,13 @@ foo_collection_get_type_once (void)
 GType
 foo_collection_get_type (void)
 {
-       static volatile gsize foo_collection_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_collection_type_id__volatile)) {
+       static volatile gsize foo_collection_type_id__once = 0;
+       if (g_once_init_enter (&foo_collection_type_id__once)) {
                GType foo_collection_type_id;
                foo_collection_type_id = foo_collection_get_type_once ();
-               g_once_init_leave (&foo_collection_type_id__volatile, foo_collection_type_id);
+               g_once_init_leave (&foo_collection_type_id__once, foo_collection_type_id);
        }
-       return foo_collection_type_id__volatile;
+       return foo_collection_type_id__once;
 }
 
 gpointer
@@ -1445,13 +1445,13 @@ foo_iterator2_get_type_once (void)
 GType
 foo_iterator2_get_type (void)
 {
-       static volatile gsize foo_iterator2_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_iterator2_type_id__volatile)) {
+       static volatile gsize foo_iterator2_type_id__once = 0;
+       if (g_once_init_enter (&foo_iterator2_type_id__once)) {
                GType foo_iterator2_type_id;
                foo_iterator2_type_id = foo_iterator2_get_type_once ();
-               g_once_init_leave (&foo_iterator2_type_id__volatile, foo_iterator2_type_id);
+               g_once_init_leave (&foo_iterator2_type_id__once, foo_iterator2_type_id);
        }
-       return foo_iterator2_type_id__volatile;
+       return foo_iterator2_type_id__once;
 }
 
 gpointer
@@ -1669,13 +1669,13 @@ foo_collection2_get_type_once (void)
 GType
 foo_collection2_get_type (void)
 {
-       static volatile gsize foo_collection2_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_collection2_type_id__volatile)) {
+       static volatile gsize foo_collection2_type_id__once = 0;
+       if (g_once_init_enter (&foo_collection2_type_id__once)) {
                GType foo_collection2_type_id;
                foo_collection2_type_id = foo_collection2_get_type_once ();
-               g_once_init_leave (&foo_collection2_type_id__volatile, foo_collection2_type_id);
+               g_once_init_leave (&foo_collection2_type_id__once, foo_collection2_type_id);
        }
-       return foo_collection2_type_id__volatile;
+       return foo_collection2_type_id__once;
 }
 
 gpointer
@@ -1906,13 +1906,13 @@ foo_collection3_get_type_once (void)
 GType
 foo_collection3_get_type (void)
 {
-       static volatile gsize foo_collection3_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_collection3_type_id__volatile)) {
+       static volatile gsize foo_collection3_type_id__once = 0;
+       if (g_once_init_enter (&foo_collection3_type_id__once)) {
                GType foo_collection3_type_id;
                foo_collection3_type_id = foo_collection3_get_type_once ();
-               g_once_init_leave (&foo_collection3_type_id__volatile, foo_collection3_type_id);
+               g_once_init_leave (&foo_collection3_type_id__once, foo_collection3_type_id);
        }
-       return foo_collection3_type_id__volatile;
+       return foo_collection3_type_id__once;
 }
 
 gpointer
@@ -2197,13 +2197,13 @@ foo_entry4_get_type_once (void)
 GType
 foo_entry4_get_type (void)
 {
-       static volatile gsize foo_entry4_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_entry4_type_id__volatile)) {
+       static volatile gsize foo_entry4_type_id__once = 0;
+       if (g_once_init_enter (&foo_entry4_type_id__once)) {
                GType foo_entry4_type_id;
                foo_entry4_type_id = foo_entry4_get_type_once ();
-               g_once_init_leave (&foo_entry4_type_id__volatile, foo_entry4_type_id);
+               g_once_init_leave (&foo_entry4_type_id__once, foo_entry4_type_id);
        }
-       return foo_entry4_type_id__volatile;
+       return foo_entry4_type_id__once;
 }
 
 gpointer
@@ -2452,13 +2452,13 @@ foo_iterator4_get_type_once (void)
 GType
 foo_iterator4_get_type (void)
 {
-       static volatile gsize foo_iterator4_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_iterator4_type_id__volatile)) {
+       static volatile gsize foo_iterator4_type_id__once = 0;
+       if (g_once_init_enter (&foo_iterator4_type_id__once)) {
                GType foo_iterator4_type_id;
                foo_iterator4_type_id = foo_iterator4_get_type_once ();
-               g_once_init_leave (&foo_iterator4_type_id__volatile, foo_iterator4_type_id);
+               g_once_init_leave (&foo_iterator4_type_id__once, foo_iterator4_type_id);
        }
-       return foo_iterator4_type_id__volatile;
+       return foo_iterator4_type_id__once;
 }
 
 gpointer
@@ -2726,13 +2726,13 @@ foo_collection4_get_type_once (void)
 GType
 foo_collection4_get_type (void)
 {
-       static volatile gsize foo_collection4_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_collection4_type_id__volatile)) {
+       static volatile gsize foo_collection4_type_id__once = 0;
+       if (g_once_init_enter (&foo_collection4_type_id__once)) {
                GType foo_collection4_type_id;
                foo_collection4_type_id = foo_collection4_get_type_once ();
-               g_once_init_leave (&foo_collection4_type_id__volatile, foo_collection4_type_id);
+               g_once_init_leave (&foo_collection4_type_id__once, foo_collection4_type_id);
        }
-       return foo_collection4_type_id__volatile;
+       return foo_collection4_type_id__once;
 }
 
 gpointer
index 0ca1dc91b57e70a1770c5739babcf243e8694446..2eaa626423a265042b346dcc426b404ac48045e7 100644 (file)
@@ -216,12 +216,12 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
index ef4002a980ff27f66d0bc76d71f04e83c9b37e6f..3d4ee34be9ce102139031d731e45a301aaeceaa0 100644 (file)
@@ -89,13 +89,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static gint
@@ -157,13 +157,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 8e36be8dc6626c00a683a3e687c6c21d765b0d82..fdc6d729dd0e6880ec83a106df71a8b6485a0b21 100644 (file)
@@ -62,13 +62,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 void
index caa5e463802127f72977464c986d64ff2c7fb181..db888bd11c1e1c5e5a847a75546865eec340ed73 100644 (file)
@@ -109,13 +109,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static gpointer
index ab3e1ffd7614ae10961a9cb81bd0d1c0c8813528..a456b3329d204bab9125630e383586379fde22a6 100644 (file)
@@ -487,13 +487,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 4ee39af473fe7d68790d4538e1ea2cc84b2df761..00cd25a25166d635d4f0815dec22e4f90b146ab4 100644 (file)
@@ -708,13 +708,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 6371fc54467dc9076e7b5823541fd17382dd5aae..b9917451637d450ce9f9e80d32760c3d7cad9d21 100644 (file)
@@ -470,13 +470,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -563,13 +563,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 303d5825eaf76646a546cb46f0d58c42c1f3d20e..bd627c80918fd1b88fd9d931c98e867de247d093 100644 (file)
@@ -282,13 +282,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index d17da2c2a232e0f09063ae6a6fe0f7a00914fc0a..e68b4f3d21f7064613364356b41fc99547996023 100644 (file)
@@ -118,13 +118,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static gboolean
@@ -340,13 +340,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 8e2f205d51219dc74871f37dda4e01c903a8c8b9..301a18c58c5f4d8fde57d1243a7e8ee096c234d2 100644 (file)
@@ -377,13 +377,13 @@ class_get_type_once (void)
 GType
 class_get_type (void)
 {
-       static volatile gsize class_type_id__volatile = 0;
-       if (g_once_init_enter (&class_type_id__volatile)) {
+       static volatile gsize class_type_id__once = 0;
+       if (g_once_init_enter (&class_type_id__once)) {
                GType class_type_id;
                class_type_id = class_get_type_once ();
-               g_once_init_leave (&class_type_id__volatile, class_type_id);
+               g_once_init_leave (&class_type_id__once, class_type_id);
        }
-       return class_type_id__volatile;
+       return class_type_id__once;
 }
 
 gpointer
index ed87a28dc6e2820a5889ef238c8726489976fd0c..35e5ef5eb6d09fca1fa3904c99415af9a8ce36c6 100644 (file)
@@ -195,13 +195,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 2aecacf17de111e6b07633dda865cc42d02293f1..102796fd020fa91aa3e380ab39c0d8064d5f062c 100644 (file)
@@ -255,13 +255,13 @@ g_vala_foo_get_type_once (void)
 GType
 g_vala_foo_get_type (void)
 {
-       static volatile gsize g_vala_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&g_vala_foo_type_id__volatile)) {
+       static volatile gsize g_vala_foo_type_id__once = 0;
+       if (g_once_init_enter (&g_vala_foo_type_id__once)) {
                GType g_vala_foo_type_id;
                g_vala_foo_type_id = g_vala_foo_get_type_once ();
-               g_once_init_leave (&g_vala_foo_type_id__volatile, g_vala_foo_type_id);
+               g_once_init_leave (&g_vala_foo_type_id__once, g_vala_foo_type_id);
        }
-       return g_vala_foo_type_id__volatile;
+       return g_vala_foo_type_id__once;
 }
 
 gpointer
index 7f89e63f7fd8c20a3108e06b340672f8215e36ea..4f4051bc1f366e69060d04d423cc407054fd845a 100644 (file)
@@ -254,13 +254,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 6a791834726f9992825ddbb46f162e4ead8971d3..05ada381fd9eee192a37fd5f521cba21b70e1269 100644 (file)
@@ -120,13 +120,13 @@ maman_foo_get_type_once (void)
 GType
 maman_foo_get_type (void)
 {
-       static volatile gsize maman_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_foo_type_id__volatile)) {
+       static volatile gsize maman_foo_type_id__once = 0;
+       if (g_once_init_enter (&maman_foo_type_id__once)) {
                GType maman_foo_type_id;
                maman_foo_type_id = maman_foo_get_type_once ();
-               g_once_init_leave (&maman_foo_type_id__volatile, maman_foo_type_id);
+               g_once_init_leave (&maman_foo_type_id__once, maman_foo_type_id);
        }
-       return maman_foo_type_id__volatile;
+       return maman_foo_type_id__once;
 }
 
 static Block1Data*
index aaef8da9b7ee4de7bcef5f638638da966bb25a98..762390cd123c9f0da160f9924bfc5239d139d527 100644 (file)
@@ -252,13 +252,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 1b488379ff858eaa1f15f373a51e827a5a84e817..9dcde3e70851b919f56c0a3d7f33d75b5adad6f7 100644 (file)
@@ -312,13 +312,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 612dc0c311125a5f36636304f503fe3b60034705..287bc43fa899232f420805472bacb4323dda0c5b 100644 (file)
@@ -151,13 +151,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static inline gpointer
@@ -221,13 +221,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 9abe5e5fddfc215555d283edc68ec2033cb5718b..a0b3fb9c8b5d49be54d840636ddf0e2d3d72214a 100644 (file)
@@ -267,13 +267,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 298bdfa63a2a30864eae4874e2a7b0d7e678b266..1beebed6c67d1b40382c5e4ad3585e5e038c70b3 100644 (file)
@@ -120,13 +120,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -175,13 +175,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 6db1b3142d5634243733d48f3a2f47048acc7425..e1336728c9141e46f86fdc05c48711a7c60b064d 100644 (file)
@@ -110,13 +110,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static Block1Data*
index a7913b7b61e43e1551b0cd4ff3660c749b0b7cf8..958cbda3e73cab357bfeb92532b9c2e3db6b0a05 100644 (file)
@@ -93,13 +93,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 4f8c44a85c31d273ee7ae8ce5955b5e424469bf6..ce02c4d4a18526d2e2d7782ff34a9ea118c18009 100644 (file)
@@ -313,13 +313,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -381,13 +381,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 5999947593bdd4a79de6d01c8f252f803c1b5818..46dd1a3a0db1a34626dfcc1008f0b09c40a329c3 100644 (file)
@@ -395,13 +395,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -519,13 +519,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static gint
index a446fad9893dfd333947dbb4ffddf1d8c288c2b8..7165a7b62cbd69babdb16c8ec10b726cb46dcdbf 100644 (file)
@@ -194,13 +194,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -269,13 +269,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index a30b8ce973476615b636d762a18e096f663acf95..ee199a553cff417e998d898648bdc2fe07b03a6b 100644 (file)
@@ -148,13 +148,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index b44656d3941e0707ba33087476e8ed1098a506df..9c4f767bf23f01659386b79bf041531f8e699019 100644 (file)
@@ -400,13 +400,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
@@ -666,13 +666,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 5e2835bf4ccfe9b5f11247b51c742be8e7ad6846..994cb86ac6577ded6e1fa533142ad41e47bfbe09 100644 (file)
@@ -250,13 +250,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index a7ffe5239be68bbe6c35b6d2eabf706d7a4ec2e3..71864fa2e047b1accfdb9e94fe9249df30ed353b 100644 (file)
@@ -304,13 +304,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 6fb1e4ecaa09e68c7ba7bc75736b0e1efd0a4197..4f4814f0190849cd00d06b593686dc1f90ad9ee7 100644 (file)
@@ -345,13 +345,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -582,13 +582,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index e7333f8fe5cf1415bbbaa1b3b4c3b40780ad0387..7f39c30d055fb51225ccaf39250e2336524b2577 100644 (file)
@@ -217,13 +217,13 @@ fobject_get_type_once (void)
 GType
 fobject_get_type (void)
 {
-       static volatile gsize fobject_type_id__volatile = 0;
-       if (g_once_init_enter (&fobject_type_id__volatile)) {
+       static volatile gsize fobject_type_id__once = 0;
+       if (g_once_init_enter (&fobject_type_id__once)) {
                GType fobject_type_id;
                fobject_type_id = fobject_get_type_once ();
-               g_once_init_leave (&fobject_type_id__volatile, fobject_type_id);
+               g_once_init_leave (&fobject_type_id__once, fobject_type_id);
        }
-       return fobject_type_id__volatile;
+       return fobject_type_id__once;
 }
 
 FStruct*
@@ -252,13 +252,13 @@ fstruct_get_type_once (void)
 GType
 fstruct_get_type (void)
 {
-       static volatile gsize fstruct_type_id__volatile = 0;
-       if (g_once_init_enter (&fstruct_type_id__volatile)) {
+       static volatile gsize fstruct_type_id__once = 0;
+       if (g_once_init_enter (&fstruct_type_id__once)) {
                GType fstruct_type_id;
                fstruct_type_id = fstruct_get_type_once ();
-               g_once_init_leave (&fstruct_type_id__volatile, fstruct_type_id);
+               g_once_init_leave (&fstruct_type_id__once, fstruct_type_id);
        }
-       return fstruct_type_id__volatile;
+       return fstruct_type_id__once;
 }
 
 static inline gpointer
@@ -539,13 +539,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 0753c7318d8286d6a47362680bb30d630fac154e..9aaf333e7d2413d42052e3edd746997f97c7cf8e 100644 (file)
@@ -269,13 +269,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index d1cd5fb34f02eb2d9d2ba551fe6f3c45d318f937..6f5e25d4562ce0b018e0effd79f281bc745c5d0e 100644 (file)
@@ -132,13 +132,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 Foo*
@@ -189,13 +189,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gint
index 1ca3ce3617f525053422b9653be95db9f46be987..fe13d474252c4b8adc6213597af185002c6edc91 100644 (file)
@@ -130,13 +130,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -187,13 +187,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
@@ -252,13 +252,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
index 3c79f7a75e960ef00c89575b3d6bfe108a8503ce..e9d3f9f022b698a0324e89f6747e339d54837700 100644 (file)
@@ -292,13 +292,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -380,13 +380,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 static void
index b39f3bb7ebdfc4fcb453e64bc46ee5b2d865cbb9..cc264a45b2ebf8665bc616fa43cab2aa77cdf37c 100644 (file)
@@ -181,13 +181,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -286,13 +286,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 886702810932462799c09c494c8170f3b92557ed..ebe50de6b9e27c3b4a4516ee438d1e0c71c047de 100644 (file)
@@ -176,13 +176,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 89ee77f2fcb9c2ccabdcc5d32e97f65478cd7a10..a2d9bfcec9e941b03485ef89bafbaa1a09e6c6d2 100644 (file)
@@ -283,13 +283,13 @@ wrapper_get_type_once (void)
 GType
 wrapper_get_type (void)
 {
-       static volatile gsize wrapper_type_id__volatile = 0;
-       if (g_once_init_enter (&wrapper_type_id__volatile)) {
+       static volatile gsize wrapper_type_id__once = 0;
+       if (g_once_init_enter (&wrapper_type_id__once)) {
                GType wrapper_type_id;
                wrapper_type_id = wrapper_get_type_once ();
-               g_once_init_leave (&wrapper_type_id__volatile, wrapper_type_id);
+               g_once_init_leave (&wrapper_type_id__once, wrapper_type_id);
        }
-       return wrapper_type_id__volatile;
+       return wrapper_type_id__once;
 }
 
 gpointer
index 895de9abda2e8854c9ec98cb46ead850a60f3090..eaef9d195c42e825b65557a2a9b9ac17cc1160b7 100644 (file)
@@ -315,13 +315,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 12c0dcfd5b69a5315a77089b2e1e80531d33cdf4..0d0b8a4302118cfeca4e948b6b6aba9d3b6a6324 100644 (file)
@@ -166,13 +166,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -262,13 +262,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 6797802cff39496d50c9e680f3966394968e6338..945de99f5ee7ab828c93341e90e290816b4c8d38 100644 (file)
@@ -390,13 +390,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 1f9ff83bf942f3ba7cdef0e0cb93b607fbf870c9..dc7a7e538c638566a0eb2a42de6576ea7b977ceb 100644 (file)
@@ -206,13 +206,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -355,13 +355,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 20113ea6305923e5fe306946d63e0f27cebc2151..82fff780e4f4971af8164699063c316bda12155a 100644 (file)
@@ -151,13 +151,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gint
index 2aaa10299a07a3884b523cb2037d9ab0165de46f..bd8cf12956cf19a9be2f32031d5ed7cc662ba31d 100644 (file)
@@ -97,13 +97,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 7798d7b9a23011719843a1b17ec453ea6cde49f7..320686b7af9a08c0f559d27e555c5e415f815816 100644 (file)
@@ -210,13 +210,13 @@ class_a_get_type_once (void)
 GType
 class_a_get_type (void)
 {
-       static volatile gsize class_a_type_id__volatile = 0;
-       if (g_once_init_enter (&class_a_type_id__volatile)) {
+       static volatile gsize class_a_type_id__once = 0;
+       if (g_once_init_enter (&class_a_type_id__once)) {
                GType class_a_type_id;
                class_a_type_id = class_a_get_type_once ();
-               g_once_init_leave (&class_a_type_id__volatile, class_a_type_id);
+               g_once_init_leave (&class_a_type_id__once, class_a_type_id);
        }
-       return class_a_type_id__volatile;
+       return class_a_type_id__once;
 }
 
 static void
@@ -286,13 +286,13 @@ class_b_get_type_once (void)
 GType
 class_b_get_type (void)
 {
-       static volatile gsize class_b_type_id__volatile = 0;
-       if (g_once_init_enter (&class_b_type_id__volatile)) {
+       static volatile gsize class_b_type_id__once = 0;
+       if (g_once_init_enter (&class_b_type_id__once)) {
                GType class_b_type_id;
                class_b_type_id = class_b_get_type_once ();
-               g_once_init_leave (&class_b_type_id__volatile, class_b_type_id);
+               g_once_init_leave (&class_b_type_id__once, class_b_type_id);
        }
-       return class_b_type_id__volatile;
+       return class_b_type_id__once;
 }
 
 static void
@@ -358,13 +358,13 @@ class_c_get_type_once (void)
 GType
 class_c_get_type (void)
 {
-       static volatile gsize class_c_type_id__volatile = 0;
-       if (g_once_init_enter (&class_c_type_id__volatile)) {
+       static volatile gsize class_c_type_id__once = 0;
+       if (g_once_init_enter (&class_c_type_id__once)) {
                GType class_c_type_id;
                class_c_type_id = class_c_get_type_once ();
-               g_once_init_leave (&class_c_type_id__volatile, class_c_type_id);
+               g_once_init_leave (&class_c_type_id__once, class_c_type_id);
        }
-       return class_c_type_id__volatile;
+       return class_c_type_id__once;
 }
 
 ClassD*
@@ -423,13 +423,13 @@ class_d_get_type_once (void)
 GType
 class_d_get_type (void)
 {
-       static volatile gsize class_d_type_id__volatile = 0;
-       if (g_once_init_enter (&class_d_type_id__volatile)) {
+       static volatile gsize class_d_type_id__once = 0;
+       if (g_once_init_enter (&class_d_type_id__once)) {
                GType class_d_type_id;
                class_d_type_id = class_d_get_type_once ();
-               g_once_init_leave (&class_d_type_id__volatile, class_d_type_id);
+               g_once_init_leave (&class_d_type_id__once, class_d_type_id);
        }
-       return class_d_type_id__volatile;
+       return class_d_type_id__once;
 }
 
 static void
index a6bfd3aaa0a288e895d698a5316aea20e67e5829..51d6391aa4ef705c1a24524784e025df374136ce 100644 (file)
@@ -118,13 +118,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index a85f1a77fec9ce123b1be44e91a2f93f7452b4ee..b03bc708b608e36e1eec19daa86d3675fa56fcd1 100644 (file)
@@ -202,13 +202,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 8a6813c497b3989e90efd2af483a4845aef67ccb..c22e446368351091b7a6bbd52332da823ff208d5 100644 (file)
@@ -132,13 +132,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 Manam*
@@ -167,13 +167,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static gboolean
@@ -394,13 +394,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static Bar*
index 9f6ee4d85cd1564319e1a840f9c19f3482dc1874..ea66bcc77b89c99e21e7cb5f74b0b405ff0ffb3f 100644 (file)
@@ -245,13 +245,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static inline gpointer
@@ -388,13 +388,13 @@ base_foo_get_type_once (void)
 GType
 base_foo_get_type (void)
 {
-       static volatile gsize base_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&base_foo_type_id__volatile)) {
+       static volatile gsize base_foo_type_id__once = 0;
+       if (g_once_init_enter (&base_foo_type_id__once)) {
                GType base_foo_type_id;
                base_foo_type_id = base_foo_get_type_once ();
-               g_once_init_leave (&base_foo_type_id__volatile, base_foo_type_id);
+               g_once_init_leave (&base_foo_type_id__once, base_foo_type_id);
        }
-       return base_foo_type_id__volatile;
+       return base_foo_type_id__once;
 }
 
 static void
@@ -552,13 +552,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -671,13 +671,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
@@ -790,13 +790,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 static void
index 1d4f4096d1ef17d2b90980252d221ceb63884206..17f4adb529afc5eb8262cf9ce3571d3b0e4bf147 100644 (file)
@@ -212,13 +212,13 @@ foo_struct_get_type_once (void)
 GType
 foo_struct_get_type (void)
 {
-       static volatile gsize foo_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_struct_type_id__volatile)) {
+       static volatile gsize foo_struct_type_id__once = 0;
+       if (g_once_init_enter (&foo_struct_type_id__once)) {
                GType foo_struct_type_id;
                foo_struct_type_id = foo_struct_get_type_once ();
-               g_once_init_leave (&foo_struct_type_id__volatile, foo_struct_type_id);
+               g_once_init_leave (&foo_struct_type_id__once, foo_struct_type_id);
        }
-       return foo_struct_type_id__volatile;
+       return foo_struct_type_id__once;
 }
 
 FooClass*
@@ -406,13 +406,13 @@ fooclass_get_type_once (void)
 GType
 fooclass_get_type (void)
 {
-       static volatile gsize fooclass_type_id__volatile = 0;
-       if (g_once_init_enter (&fooclass_type_id__volatile)) {
+       static volatile gsize fooclass_type_id__once = 0;
+       if (g_once_init_enter (&fooclass_type_id__once)) {
                GType fooclass_type_id;
                fooclass_type_id = fooclass_get_type_once ();
-               g_once_init_leave (&fooclass_type_id__volatile, fooclass_type_id);
+               g_once_init_leave (&fooclass_type_id__once, fooclass_type_id);
        }
-       return fooclass_type_id__volatile;
+       return fooclass_type_id__once;
 }
 
 gpointer
@@ -777,13 +777,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 6477b579080fba88dd43cdbf410c366468709322..ef8387d12cbf8b8a541af5e82c5e52c11c011608 100644 (file)
@@ -171,13 +171,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index e16787701bdab829b8b591bb10a806561861d30b..1db51a203a957467fd0c72d5d0d12f9bb67f7116 100644 (file)
@@ -144,13 +144,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 Foo*
@@ -210,13 +210,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -286,13 +286,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index b7c1aa9b918c9b3665766f0efefb2083766e4ced..43451cbc91a5b3afa5ae39346f03568ac97e53a7 100644 (file)
@@ -152,13 +152,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index ada7bc9cb7d5f9022af5c97bc7006322184b6b58..389f3a547d282dc4e7b972f94f2529d793ac9595 100644 (file)
@@ -157,13 +157,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 Bar*
@@ -192,13 +192,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 void
@@ -467,13 +467,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index be66fe7952ed873d8c8ff548901a17f343719fd2..2f2cca4bab5b43d68025b9a40705cf9f5d4dd358 100644 (file)
@@ -150,13 +150,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static inline gpointer
@@ -276,13 +276,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index bf0ed1e47bf23d156d0bce556223f369a408e9f8..07a62749482115c50a2b0d035a95b3b62e591101 100644 (file)
@@ -422,13 +422,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index a99544e1b9bf8932f035e4a2deaaf9e5781e0a51..a3d35c3efa974ab2bf8ade83db546a0826603800 100644 (file)
@@ -368,13 +368,13 @@ foo_base_get_type_once (void)
 GType
 foo_base_get_type (void)
 {
-       static volatile gsize foo_base_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_base_type_id__volatile)) {
+       static volatile gsize foo_base_type_id__once = 0;
+       if (g_once_init_enter (&foo_base_type_id__once)) {
                GType foo_base_type_id;
                foo_base_type_id = foo_base_get_type_once ();
-               g_once_init_leave (&foo_base_type_id__volatile, foo_base_type_id);
+               g_once_init_leave (&foo_base_type_id__once, foo_base_type_id);
        }
-       return foo_base_type_id__volatile;
+       return foo_base_type_id__once;
 }
 
 gpointer
@@ -518,13 +518,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 415e71c1f8659126ff5c58398364ffe20fc3dc2b..e2dbcc440559d143b390d55560dcd29f35ca440f 100644 (file)
@@ -161,13 +161,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Manam*
@@ -354,13 +354,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 gpointer
index 96fc1b9b47b6b249d5eb496d22ceb3227fba99d8..4f52cd7f71064631c8ddc781c391f9a5c43b16d1 100644 (file)
@@ -101,13 +101,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gpointer
index a64d44fc4f62260cb692b408ea622a16f2f7e8d5..110ad6abb8c874793eb2d66c43e749bddddd1dcd 100644 (file)
@@ -351,13 +351,13 @@ foo_bar_get_type_once (void)
 static GType
 foo_bar_get_type (void)
 {
-       static volatile gsize foo_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_bar_type_id__volatile)) {
+       static volatile gsize foo_bar_type_id__once = 0;
+       if (g_once_init_enter (&foo_bar_type_id__once)) {
                GType foo_bar_type_id;
                foo_bar_type_id = foo_bar_get_type_once ();
-               g_once_init_leave (&foo_bar_type_id__volatile, foo_bar_type_id);
+               g_once_init_leave (&foo_bar_type_id__once, foo_bar_type_id);
        }
-       return foo_bar_type_id__volatile;
+       return foo_bar_type_id__once;
 }
 
 static gpointer
@@ -398,13 +398,13 @@ foo_ibar_get_type_once (void)
 static GType
 foo_ibar_get_type (void)
 {
-       static volatile gsize foo_ibar_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_ibar_type_id__volatile)) {
+       static volatile gsize foo_ibar_type_id__once = 0;
+       if (g_once_init_enter (&foo_ibar_type_id__once)) {
                GType foo_ibar_type_id;
                foo_ibar_type_id = foo_ibar_get_type_once ();
-               g_once_init_leave (&foo_ibar_type_id__volatile, foo_ibar_type_id);
+               g_once_init_leave (&foo_ibar_type_id__once, foo_ibar_type_id);
        }
-       return foo_ibar_type_id__volatile;
+       return foo_ibar_type_id__once;
 }
 
 static void
@@ -577,13 +577,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 3952f809648f5126d61d1aac84e4660916be4b42..034158448fe4e7f30dc55fdb597df3c61bcf6c9b 100644 (file)
@@ -116,13 +116,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 gchar*
@@ -184,13 +184,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 32b00c14e58653f6806851c43c97e19f9208e77a..c0ddeafd9d3a36126e593869deb5ce1f0afaa857 100644 (file)
@@ -409,13 +409,13 @@ manam_foo_bar_baz_get_type_once (void)
 GType
 manam_foo_bar_baz_get_type (void)
 {
-       static volatile gsize manam_foo_bar_baz_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_foo_bar_baz_type_id__volatile)) {
+       static volatile gsize manam_foo_bar_baz_type_id__once = 0;
+       if (g_once_init_enter (&manam_foo_bar_baz_type_id__once)) {
                GType manam_foo_bar_baz_type_id;
                manam_foo_bar_baz_type_id = manam_foo_bar_baz_get_type_once ();
-               g_once_init_leave (&manam_foo_bar_baz_type_id__volatile, manam_foo_bar_baz_type_id);
+               g_once_init_leave (&manam_foo_bar_baz_type_id__once, manam_foo_bar_baz_type_id);
        }
-       return manam_foo_bar_baz_type_id__volatile;
+       return manam_foo_bar_baz_type_id__once;
 }
 
 gpointer
index ccc2533d70dd4de08ea943e9249f349e3cfbee0b..0b9f77d2f8551aa533b22e19e41d2a002cad5b92 100644 (file)
@@ -177,13 +177,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 void
@@ -215,13 +215,13 @@ ibar_get_type_once (void)
 GType
 ibar_get_type (void)
 {
-       static volatile gsize ibar_type_id__volatile = 0;
-       if (g_once_init_enter (&ibar_type_id__volatile)) {
+       static volatile gsize ibar_type_id__once = 0;
+       if (g_once_init_enter (&ibar_type_id__once)) {
                GType ibar_type_id;
                ibar_type_id = ibar_get_type_once ();
-               g_once_init_leave (&ibar_type_id__volatile, ibar_type_id);
+               g_once_init_leave (&ibar_type_id__once, ibar_type_id);
        }
-       return ibar_type_id__volatile;
+       return ibar_type_id__once;
 }
 
 static void
@@ -543,13 +543,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index b8961ce6e34bac437b3d317cdc62d9ccb8cb889c..2ad5c9cdf383b852e4f7e58baf7b20f7e8e85a06 100644 (file)
@@ -332,13 +332,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -427,13 +427,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 4fd50dd61522a7f6f2035061bb0579a2f41ab407..b4e6d87cc2762c4a3dfd3cd5975ee96b43621fe8 100644 (file)
@@ -247,13 +247,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 865f7ca256732e499f913eea7ad57e09f8b9b8c4..7a633d3a260226169d007afd2e7411dd91983890 100644 (file)
@@ -213,13 +213,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static void
@@ -241,13 +241,13 @@ ibar_get_type_once (void)
 GType
 ibar_get_type (void)
 {
-       static volatile gsize ibar_type_id__volatile = 0;
-       if (g_once_init_enter (&ibar_type_id__volatile)) {
+       static volatile gsize ibar_type_id__once = 0;
+       if (g_once_init_enter (&ibar_type_id__once)) {
                GType ibar_type_id;
                ibar_type_id = ibar_get_type_once ();
-               g_once_init_leave (&ibar_type_id__volatile, ibar_type_id);
+               g_once_init_leave (&ibar_type_id__once, ibar_type_id);
        }
-       return ibar_type_id__volatile;
+       return ibar_type_id__once;
 }
 
 gint
@@ -299,13 +299,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gint
@@ -356,13 +356,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 static gint
@@ -424,13 +424,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Faz*
@@ -491,13 +491,13 @@ faz_get_type_once (void)
 GType
 faz_get_type (void)
 {
-       static volatile gsize faz_type_id__volatile = 0;
-       if (g_once_init_enter (&faz_type_id__volatile)) {
+       static volatile gsize faz_type_id__once = 0;
+       if (g_once_init_enter (&faz_type_id__once)) {
                GType faz_type_id;
                faz_type_id = faz_get_type_once ();
-               g_once_init_leave (&faz_type_id__volatile, faz_type_id);
+               g_once_init_leave (&faz_type_id__once, faz_type_id);
        }
-       return faz_type_id__volatile;
+       return faz_type_id__once;
 }
 
 static void
index 03a625b229dfbf0ccda3675f5e2550f944f2a4e0..3ff94e87b934f6da6f8c09a46dbe2e621a3ed9f1 100644 (file)
@@ -157,13 +157,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 gchar*
@@ -197,13 +197,13 @@ ibar_get_type_once (void)
 GType
 ibar_get_type (void)
 {
-       static volatile gsize ibar_type_id__volatile = 0;
-       if (g_once_init_enter (&ibar_type_id__volatile)) {
+       static volatile gsize ibar_type_id__once = 0;
+       if (g_once_init_enter (&ibar_type_id__once)) {
                GType ibar_type_id;
                ibar_type_id = ibar_get_type_once ();
-               g_once_init_leave (&ibar_type_id__volatile, ibar_type_id);
+               g_once_init_leave (&ibar_type_id__once, ibar_type_id);
        }
-       return ibar_type_id__volatile;
+       return ibar_type_id__once;
 }
 
 static gint
@@ -298,13 +298,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gint
@@ -357,13 +357,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index ebe228f54d9a010d1721fa424c23ce301d38b545..25068be12b5ced4c2616db811fbfa3c979ea679e 100644 (file)
@@ -169,13 +169,13 @@ base_get_type_once (void)
 GType
 base_get_type (void)
 {
-       static volatile gsize base_type_id__volatile = 0;
-       if (g_once_init_enter (&base_type_id__volatile)) {
+       static volatile gsize base_type_id__once = 0;
+       if (g_once_init_enter (&base_type_id__once)) {
                GType base_type_id;
                base_type_id = base_get_type_once ();
-               g_once_init_leave (&base_type_id__volatile, base_type_id);
+               g_once_init_leave (&base_type_id__once, base_type_id);
        }
-       return base_type_id__volatile;
+       return base_type_id__once;
 }
 
 gchar*
@@ -209,13 +209,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 gint
@@ -249,13 +249,13 @@ ibar_get_type_once (void)
 GType
 ibar_get_type (void)
 {
-       static volatile gsize ibar_type_id__volatile = 0;
-       if (g_once_init_enter (&ibar_type_id__volatile)) {
+       static volatile gsize ibar_type_id__once = 0;
+       if (g_once_init_enter (&ibar_type_id__once)) {
                GType ibar_type_id;
                ibar_type_id = ibar_get_type_once ();
-               g_once_init_leave (&ibar_type_id__volatile, ibar_type_id);
+               g_once_init_leave (&ibar_type_id__once, ibar_type_id);
        }
-       return ibar_type_id__volatile;
+       return ibar_type_id__once;
 }
 
 static gint
@@ -339,13 +339,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
index 9aa82b528ad8b325d953e18828876c7f1885111d..afe167367a783d70168a17c8a65128e1ff390dd9 100644 (file)
@@ -824,13 +824,13 @@ simple_gtype_instanceclass_get_type_once (void)
 GType
 simple_gtype_instanceclass_get_type (void)
 {
-       static volatile gsize simple_gtype_instanceclass_type_id__volatile = 0;
-       if (g_once_init_enter (&simple_gtype_instanceclass_type_id__volatile)) {
+       static volatile gsize simple_gtype_instanceclass_type_id__once = 0;
+       if (g_once_init_enter (&simple_gtype_instanceclass_type_id__once)) {
                GType simple_gtype_instanceclass_type_id;
                simple_gtype_instanceclass_type_id = simple_gtype_instanceclass_get_type_once ();
-               g_once_init_leave (&simple_gtype_instanceclass_type_id__volatile, simple_gtype_instanceclass_type_id);
+               g_once_init_leave (&simple_gtype_instanceclass_type_id__once, simple_gtype_instanceclass_type_id);
        }
-       return simple_gtype_instanceclass_type_id__volatile;
+       return simple_gtype_instanceclass_type_id__once;
 }
 
 gpointer
@@ -892,13 +892,13 @@ derived_gtype_instanceclass_get_type_once (void)
 GType
 derived_gtype_instanceclass_get_type (void)
 {
-       static volatile gsize derived_gtype_instanceclass_type_id__volatile = 0;
-       if (g_once_init_enter (&derived_gtype_instanceclass_type_id__volatile)) {
+       static volatile gsize derived_gtype_instanceclass_type_id__once = 0;
+       if (g_once_init_enter (&derived_gtype_instanceclass_type_id__once)) {
                GType derived_gtype_instanceclass_type_id;
                derived_gtype_instanceclass_type_id = derived_gtype_instanceclass_get_type_once ();
-               g_once_init_leave (&derived_gtype_instanceclass_type_id__volatile, derived_gtype_instanceclass_type_id);
+               g_once_init_leave (&derived_gtype_instanceclass_type_id__once, derived_gtype_instanceclass_type_id);
        }
-       return derived_gtype_instanceclass_type_id__volatile;
+       return derived_gtype_instanceclass_type_id__once;
 }
 
 PublicGTypeInstanceClass*
@@ -1085,13 +1085,13 @@ public_gtype_instanceclass_get_type_once (void)
 GType
 public_gtype_instanceclass_get_type (void)
 {
-       static volatile gsize public_gtype_instanceclass_type_id__volatile = 0;
-       if (g_once_init_enter (&public_gtype_instanceclass_type_id__volatile)) {
+       static volatile gsize public_gtype_instanceclass_type_id__once = 0;
+       if (g_once_init_enter (&public_gtype_instanceclass_type_id__once)) {
                GType public_gtype_instanceclass_type_id;
                public_gtype_instanceclass_type_id = public_gtype_instanceclass_get_type_once ();
-               g_once_init_leave (&public_gtype_instanceclass_type_id__volatile, public_gtype_instanceclass_type_id);
+               g_once_init_leave (&public_gtype_instanceclass_type_id__once, public_gtype_instanceclass_type_id);
        }
-       return public_gtype_instanceclass_type_id__volatile;
+       return public_gtype_instanceclass_type_id__once;
 }
 
 gpointer
@@ -1301,13 +1301,13 @@ gtype_instance_class_with_creation_method_get_type_once (void)
 GType
 gtype_instance_class_with_creation_method_get_type (void)
 {
-       static volatile gsize gtype_instance_class_with_creation_method_type_id__volatile = 0;
-       if (g_once_init_enter (&gtype_instance_class_with_creation_method_type_id__volatile)) {
+       static volatile gsize gtype_instance_class_with_creation_method_type_id__once = 0;
+       if (g_once_init_enter (&gtype_instance_class_with_creation_method_type_id__once)) {
                GType gtype_instance_class_with_creation_method_type_id;
                gtype_instance_class_with_creation_method_type_id = gtype_instance_class_with_creation_method_get_type_once ();
-               g_once_init_leave (&gtype_instance_class_with_creation_method_type_id__volatile, gtype_instance_class_with_creation_method_type_id);
+               g_once_init_leave (&gtype_instance_class_with_creation_method_type_id__once, gtype_instance_class_with_creation_method_type_id);
        }
-       return gtype_instance_class_with_creation_method_type_id__volatile;
+       return gtype_instance_class_with_creation_method_type_id__once;
 }
 
 gpointer
@@ -1531,13 +1531,13 @@ gtype_instance_class_with_named_creation_method_get_type_once (void)
 GType
 gtype_instance_class_with_named_creation_method_get_type (void)
 {
-       static volatile gsize gtype_instance_class_with_named_creation_method_type_id__volatile = 0;
-       if (g_once_init_enter (&gtype_instance_class_with_named_creation_method_type_id__volatile)) {
+       static volatile gsize gtype_instance_class_with_named_creation_method_type_id__once = 0;
+       if (g_once_init_enter (&gtype_instance_class_with_named_creation_method_type_id__once)) {
                GType gtype_instance_class_with_named_creation_method_type_id;
                gtype_instance_class_with_named_creation_method_type_id = gtype_instance_class_with_named_creation_method_get_type_once ();
-               g_once_init_leave (&gtype_instance_class_with_named_creation_method_type_id__volatile, gtype_instance_class_with_named_creation_method_type_id);
+               g_once_init_leave (&gtype_instance_class_with_named_creation_method_type_id__once, gtype_instance_class_with_named_creation_method_type_id);
        }
-       return gtype_instance_class_with_named_creation_method_type_id__volatile;
+       return gtype_instance_class_with_named_creation_method_type_id__once;
 }
 
 gpointer
@@ -1599,13 +1599,13 @@ simple_gobjectclass_get_type_once (void)
 GType
 simple_gobjectclass_get_type (void)
 {
-       static volatile gsize simple_gobjectclass_type_id__volatile = 0;
-       if (g_once_init_enter (&simple_gobjectclass_type_id__volatile)) {
+       static volatile gsize simple_gobjectclass_type_id__once = 0;
+       if (g_once_init_enter (&simple_gobjectclass_type_id__once)) {
                GType simple_gobjectclass_type_id;
                simple_gobjectclass_type_id = simple_gobjectclass_get_type_once ();
-               g_once_init_leave (&simple_gobjectclass_type_id__volatile, simple_gobjectclass_type_id);
+               g_once_init_leave (&simple_gobjectclass_type_id__once, simple_gobjectclass_type_id);
        }
-       return simple_gobjectclass_type_id__volatile;
+       return simple_gobjectclass_type_id__once;
 }
 
 DerivedGObjectClass*
@@ -1647,13 +1647,13 @@ derived_gobjectclass_get_type_once (void)
 GType
 derived_gobjectclass_get_type (void)
 {
-       static volatile gsize derived_gobjectclass_type_id__volatile = 0;
-       if (g_once_init_enter (&derived_gobjectclass_type_id__volatile)) {
+       static volatile gsize derived_gobjectclass_type_id__once = 0;
+       if (g_once_init_enter (&derived_gobjectclass_type_id__once)) {
                GType derived_gobjectclass_type_id;
                derived_gobjectclass_type_id = derived_gobjectclass_get_type_once ();
-               g_once_init_leave (&derived_gobjectclass_type_id__volatile, derived_gobjectclass_type_id);
+               g_once_init_leave (&derived_gobjectclass_type_id__once, derived_gobjectclass_type_id);
        }
-       return derived_gobjectclass_type_id__volatile;
+       return derived_gobjectclass_type_id__once;
 }
 
 PublicGObjectClass*
@@ -1695,13 +1695,13 @@ public_gobjectclass_get_type_once (void)
 GType
 public_gobjectclass_get_type (void)
 {
-       static volatile gsize public_gobjectclass_type_id__volatile = 0;
-       if (g_once_init_enter (&public_gobjectclass_type_id__volatile)) {
+       static volatile gsize public_gobjectclass_type_id__once = 0;
+       if (g_once_init_enter (&public_gobjectclass_type_id__once)) {
                GType public_gobjectclass_type_id;
                public_gobjectclass_type_id = public_gobjectclass_get_type_once ();
-               g_once_init_leave (&public_gobjectclass_type_id__volatile, public_gobjectclass_type_id);
+               g_once_init_leave (&public_gobjectclass_type_id__once, public_gobjectclass_type_id);
        }
-       return public_gobjectclass_type_id__volatile;
+       return public_gobjectclass_type_id__once;
 }
 
 AbstractGObjectClass*
@@ -1737,13 +1737,13 @@ abstract_gobjectclass_get_type_once (void)
 GType
 abstract_gobjectclass_get_type (void)
 {
-       static volatile gsize abstract_gobjectclass_type_id__volatile = 0;
-       if (g_once_init_enter (&abstract_gobjectclass_type_id__volatile)) {
+       static volatile gsize abstract_gobjectclass_type_id__once = 0;
+       if (g_once_init_enter (&abstract_gobjectclass_type_id__once)) {
                GType abstract_gobjectclass_type_id;
                abstract_gobjectclass_type_id = abstract_gobjectclass_get_type_once ();
-               g_once_init_leave (&abstract_gobjectclass_type_id__volatile, abstract_gobjectclass_type_id);
+               g_once_init_leave (&abstract_gobjectclass_type_id__once, abstract_gobjectclass_type_id);
        }
-       return abstract_gobjectclass_type_id__volatile;
+       return abstract_gobjectclass_type_id__once;
 }
 
 GObjectClassWithCreationMethod*
@@ -1785,13 +1785,13 @@ gobject_class_with_creation_method_get_type_once (void)
 GType
 gobject_class_with_creation_method_get_type (void)
 {
-       static volatile gsize gobject_class_with_creation_method_type_id__volatile = 0;
-       if (g_once_init_enter (&gobject_class_with_creation_method_type_id__volatile)) {
+       static volatile gsize gobject_class_with_creation_method_type_id__once = 0;
+       if (g_once_init_enter (&gobject_class_with_creation_method_type_id__once)) {
                GType gobject_class_with_creation_method_type_id;
                gobject_class_with_creation_method_type_id = gobject_class_with_creation_method_get_type_once ();
-               g_once_init_leave (&gobject_class_with_creation_method_type_id__volatile, gobject_class_with_creation_method_type_id);
+               g_once_init_leave (&gobject_class_with_creation_method_type_id__once, gobject_class_with_creation_method_type_id);
        }
-       return gobject_class_with_creation_method_type_id__volatile;
+       return gobject_class_with_creation_method_type_id__once;
 }
 
 GObjectClassWithNamedCreationMethod*
@@ -1847,13 +1847,13 @@ gobject_class_with_named_creation_method_get_type_once (void)
 GType
 gobject_class_with_named_creation_method_get_type (void)
 {
-       static volatile gsize gobject_class_with_named_creation_method_type_id__volatile = 0;
-       if (g_once_init_enter (&gobject_class_with_named_creation_method_type_id__volatile)) {
+       static volatile gsize gobject_class_with_named_creation_method_type_id__once = 0;
+       if (g_once_init_enter (&gobject_class_with_named_creation_method_type_id__once)) {
                GType gobject_class_with_named_creation_method_type_id;
                gobject_class_with_named_creation_method_type_id = gobject_class_with_named_creation_method_get_type_once ();
-               g_once_init_leave (&gobject_class_with_named_creation_method_type_id__volatile, gobject_class_with_named_creation_method_type_id);
+               g_once_init_leave (&gobject_class_with_named_creation_method_type_id__once, gobject_class_with_named_creation_method_type_id);
        }
-       return gobject_class_with_named_creation_method_type_id__volatile;
+       return gobject_class_with_named_creation_method_type_id__once;
 }
 
 static void
index 159804d6b4140bf0d2bb7c47178f05d2fe7d8c49..7214f19d81ed7a695815edd1e8727291bc27cecf 100644 (file)
@@ -380,13 +380,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 8817ee4e6b6a91ca093aa462c7be09319baa9c0a..702c79511b755047e262db98a70ad5456bfb9f23 100644 (file)
@@ -144,13 +144,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 475b3d634bd39646be9b6a79ced2fac3fc43ab44..522fb8325d86e993473bb01eb29d27a541e1a75d 100644 (file)
@@ -308,13 +308,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 1f87c9718960409844e2273769806f6d99c9841e..a928d36fafc8e8cb015724381e9258f6d8cc7bf1 100644 (file)
@@ -247,13 +247,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -345,13 +345,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 Manam*
@@ -414,13 +414,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
index d71ca00a7cfb9a354c072dbb3126321b7f687099..de713d1a27f8ca57fccf0b71d35db09806d031fa 100644 (file)
@@ -211,13 +211,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static inline gpointer
@@ -305,13 +305,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 Manam*
@@ -383,13 +383,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
index c216564f9c1d2906304dd4c7046122c23ccff1c4..52bbb89bda9cb997873f29e9801e24577c62a244 100644 (file)
@@ -218,13 +218,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -326,13 +326,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 void
index 03828580ceb8776526b5b24d1af6509517311998..c0fdf2f7cb268e5a74b998a0770ca9a349c836ae 100644 (file)
@@ -501,13 +501,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -767,13 +767,13 @@ faz_get_type_once (void)
 GType
 faz_get_type (void)
 {
-       static volatile gsize faz_type_id__volatile = 0;
-       if (g_once_init_enter (&faz_type_id__volatile)) {
+       static volatile gsize faz_type_id__once = 0;
+       if (g_once_init_enter (&faz_type_id__once)) {
                GType faz_type_id;
                faz_type_id = faz_get_type_once ();
-               g_once_init_leave (&faz_type_id__volatile, faz_type_id);
+               g_once_init_leave (&faz_type_id__once, faz_type_id);
        }
-       return faz_type_id__volatile;
+       return faz_type_id__once;
 }
 
 Bar*
@@ -826,13 +826,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static inline gpointer
@@ -1074,13 +1074,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 static inline gpointer
@@ -1285,13 +1285,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 gpointer
index 4de1ec2dcf45e5da12f3148c9189164d8ba761d5..d2c971e12fd0c4766e0cf60c64270092d13bc5d5 100644 (file)
@@ -165,13 +165,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 09fd79de5fb37684e7e309d1ba99b38239d2041a..ce13f2e2014aac5924891aa0fe1de47a2509687f 100644 (file)
@@ -265,13 +265,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 26bfe54ecc740d90293d96a292e0d1b37002cb7c..3cc673fc005c0d657f7da1b63302cd36e160426d 100644 (file)
@@ -162,13 +162,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 9238e16672b9ad250475b6b4fed3fe24afad966f..d59406b1f0aea9e83fc20e43aec4a12f6422385e 100644 (file)
@@ -161,13 +161,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 Bar*
@@ -218,13 +218,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 Manam*
@@ -266,13 +266,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
@@ -295,13 +295,13 @@ ifaz_get_type_once (void)
 GType
 ifaz_get_type (void)
 {
-       static volatile gsize ifaz_type_id__volatile = 0;
-       if (g_once_init_enter (&ifaz_type_id__volatile)) {
+       static volatile gsize ifaz_type_id__once = 0;
+       if (g_once_init_enter (&ifaz_type_id__once)) {
                GType ifaz_type_id;
                ifaz_type_id = ifaz_get_type_once ();
-               g_once_init_leave (&ifaz_type_id__volatile, ifaz_type_id);
+               g_once_init_leave (&ifaz_type_id__once, ifaz_type_id);
        }
-       return ifaz_type_id__volatile;
+       return ifaz_type_id__once;
 }
 
 Baz*
@@ -361,13 +361,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 static gpointer
index af4f79c49e0c82a5505b6185de6904c2dc3ab0aa..fb36b0a84534d0db7f8c06ed5b0537554958a29e 100644 (file)
@@ -142,13 +142,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static void
@@ -265,13 +265,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 57aecbda85054b7e2b971d3df0f57a703491ea46..a84c03a393bd0f9da2b9f154f70bd0706e2f8940 100644 (file)
@@ -194,13 +194,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static void
@@ -459,13 +459,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
@@ -599,13 +599,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 1db37f74181ccb74f374941301842e238656a616..d0d0318ff614cbef2e65edf0966e9bfe35ba9c02 100644 (file)
@@ -189,13 +189,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 Foo*
@@ -267,13 +267,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index aef85f1b91cc5d2d61050130a9fefe1c229ed7f8..185c70f2db18d71de5831e87599ea730b9f8ee03 100644 (file)
@@ -145,13 +145,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static void
@@ -356,13 +356,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
@@ -431,13 +431,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index c4ab829bef7be12834d02a1b608e078a50a69bc4..e9e4491c20ea1b3353ce7eb5401bb0315ea15bd0 100644 (file)
@@ -120,13 +120,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static inline gpointer
@@ -210,13 +210,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 759d24f720a5d32ca25cd5611f6c0c7a7de94ce5..cb7386ab2afd8ba78517bf9eac97b7589723f388 100644 (file)
@@ -340,13 +340,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -573,13 +573,13 @@ ifoo_bar_get_type_once (void)
 static GType
 ifoo_bar_get_type (void)
 {
-       static volatile gsize ifoo_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_bar_type_id__volatile)) {
+       static volatile gsize ifoo_bar_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_bar_type_id__once)) {
                GType ifoo_bar_type_id;
                ifoo_bar_type_id = ifoo_bar_get_type_once ();
-               g_once_init_leave (&ifoo_bar_type_id__volatile, ifoo_bar_type_id);
+               g_once_init_leave (&ifoo_bar_type_id__once, ifoo_bar_type_id);
        }
-       return ifoo_bar_type_id__volatile;
+       return ifoo_bar_type_id__once;
 }
 
 static gpointer
@@ -620,13 +620,13 @@ ifoo_ibar_get_type_once (void)
 static GType
 ifoo_ibar_get_type (void)
 {
-       static volatile gsize ifoo_ibar_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_ibar_type_id__volatile)) {
+       static volatile gsize ifoo_ibar_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_ibar_type_id__once)) {
                GType ifoo_ibar_type_id;
                ifoo_ibar_type_id = ifoo_ibar_get_type_once ();
-               g_once_init_leave (&ifoo_ibar_type_id__volatile, ifoo_ibar_type_id);
+               g_once_init_leave (&ifoo_ibar_type_id__once, ifoo_ibar_type_id);
        }
-       return ifoo_ibar_type_id__volatile;
+       return ifoo_ibar_type_id__once;
 }
 
 static void
@@ -647,13 +647,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static void
index acd47da3b79a158996cc9e30cef2f9269bdca5ed..5a71890760c8796a008e12b7f0d931187048684b 100644 (file)
@@ -173,13 +173,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 const gchar*
@@ -249,13 +249,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static inline gpointer
@@ -512,13 +512,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
@@ -614,13 +614,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gboolean
index 02657c92dcf289fd47c99db3a636460b579f0379..9589759d69dbca92224bf081bf984bdf27f1d35d 100644 (file)
@@ -164,13 +164,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static inline gpointer
@@ -268,13 +268,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -361,13 +361,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index f4ef3912d9196295cf844130f94e0d6354e1cfd3..919b29c9447199951e76f29b81f4698b5d081a30 100644 (file)
@@ -193,13 +193,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static inline gpointer
@@ -437,13 +437,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -677,13 +677,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index d380c2ad86b7b510c24401e00a9819a92be0adad..7059d89e7c96ff1b901b75125139cbdb56249edf 100644 (file)
@@ -210,13 +210,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 Foo*
@@ -432,13 +432,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -523,13 +523,13 @@ ibar_get_type_once (void)
 GType
 ibar_get_type (void)
 {
-       static volatile gsize ibar_type_id__volatile = 0;
-       if (g_once_init_enter (&ibar_type_id__volatile)) {
+       static volatile gsize ibar_type_id__once = 0;
+       if (g_once_init_enter (&ibar_type_id__once)) {
                GType ibar_type_id;
                ibar_type_id = ibar_get_type_once ();
-               g_once_init_leave (&ibar_type_id__volatile, ibar_type_id);
+               g_once_init_leave (&ibar_type_id__once, ibar_type_id);
        }
-       return ibar_type_id__volatile;
+       return ibar_type_id__once;
 }
 
 Bar*
@@ -602,13 +602,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 626bcb248983dfeeb3b3403f63dba116cdeee063..46355cc975bea96861c425a0b52ff63d34d27772 100644 (file)
@@ -236,13 +236,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static gint
@@ -364,13 +364,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 4dd4bc6bd845886daabd3b8d03610fa1a40a1987..ee32d2c568e1aabe33d86220a82370e68d0cedc6 100644 (file)
@@ -47,13 +47,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index a5b7a72f50a6d422ad758c8026469b48943f7461..7b5ed4f1f18a8ce25fa5839dfcff1f4dcfd00f7b 100644 (file)
@@ -175,13 +175,13 @@ maman_ibaz_get_type_once (void)
 GType
 maman_ibaz_get_type (void)
 {
-       static volatile gsize maman_ibaz_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_ibaz_type_id__volatile)) {
+       static volatile gsize maman_ibaz_type_id__once = 0;
+       if (g_once_init_enter (&maman_ibaz_type_id__once)) {
                GType maman_ibaz_type_id;
                maman_ibaz_type_id = maman_ibaz_get_type_once ();
-               g_once_init_leave (&maman_ibaz_type_id__volatile, maman_ibaz_type_id);
+               g_once_init_leave (&maman_ibaz_type_id__once, maman_ibaz_type_id);
        }
-       return maman_ibaz_type_id__volatile;
+       return maman_ibaz_type_id__once;
 }
 
 static void
@@ -271,13 +271,13 @@ maman_baz_get_type_once (void)
 GType
 maman_baz_get_type (void)
 {
-       static volatile gsize maman_baz_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_baz_type_id__volatile)) {
+       static volatile gsize maman_baz_type_id__once = 0;
+       if (g_once_init_enter (&maman_baz_type_id__once)) {
                GType maman_baz_type_id;
                maman_baz_type_id = maman_baz_get_type_once ();
-               g_once_init_leave (&maman_baz_type_id__volatile, maman_baz_type_id);
+               g_once_init_leave (&maman_baz_type_id__once, maman_baz_type_id);
        }
-       return maman_baz_type_id__volatile;
+       return maman_baz_type_id__once;
 }
 
 static void
@@ -367,13 +367,13 @@ maman_sub_baz_get_type_once (void)
 GType
 maman_sub_baz_get_type (void)
 {
-       static volatile gsize maman_sub_baz_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_sub_baz_type_id__volatile)) {
+       static volatile gsize maman_sub_baz_type_id__once = 0;
+       if (g_once_init_enter (&maman_sub_baz_type_id__once)) {
                GType maman_sub_baz_type_id;
                maman_sub_baz_type_id = maman_sub_baz_get_type_once ();
-               g_once_init_leave (&maman_sub_baz_type_id__volatile, maman_sub_baz_type_id);
+               g_once_init_leave (&maman_sub_baz_type_id__once, maman_sub_baz_type_id);
        }
-       return maman_sub_baz_type_id__volatile;
+       return maman_sub_baz_type_id__once;
 }
 
 static void
index 78d89f198fce91402790bfdb50b6e7c7f2b3bd09..859afae4aca24bc99efd1676880426cea7245bbf 100644 (file)
@@ -173,13 +173,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static inline gpointer
@@ -426,13 +426,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
@@ -575,13 +575,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 4edfc82ba477e2d80524ece1a571f17ffcde9047..6ea0aad0ce32169f9f3f0f1f40d3d86cd4934ebb 100644 (file)
@@ -150,13 +150,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static inline gpointer
@@ -383,13 +383,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index b458d8fd066f3e7650a7b886f54dfe644bc23d89..1ea6a71a5789ad0f710b0c223a97abc742c0d91f 100644 (file)
@@ -318,13 +318,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -440,13 +440,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gint
index 4e92d709ced42e9bc99451f35466b115e426cd1a..94e126c4b0ac5e6190c3268b5ea777d4e0c41a45 100644 (file)
@@ -160,13 +160,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static inline gpointer
@@ -307,13 +307,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index c8ced0af65cadf18a1a806ddeb53b13ee9965202..8cdaf3e4e23b9f65c5d32dc2512224a99c60eb26 100644 (file)
@@ -330,13 +330,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 gpointer
@@ -398,13 +398,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static inline gpointer
@@ -629,13 +629,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 9cf9e4ed7bff00fa29a0e6ca9bc3397c67d1c69d..ffba0e5f200c47342419fd65fc66ae9f5d6cf6c3 100644 (file)
@@ -533,13 +533,13 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
 static void
@@ -746,13 +746,13 @@ maman_sub_bar_get_type_once (void)
 GType
 maman_sub_bar_get_type (void)
 {
-       static volatile gsize maman_sub_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_sub_bar_type_id__volatile)) {
+       static volatile gsize maman_sub_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_sub_bar_type_id__once)) {
                GType maman_sub_bar_type_id;
                maman_sub_bar_type_id = maman_sub_bar_get_type_once ();
-               g_once_init_leave (&maman_sub_bar_type_id__volatile, maman_sub_bar_type_id);
+               g_once_init_leave (&maman_sub_bar_type_id__once, maman_sub_bar_type_id);
        }
-       return maman_sub_bar_type_id__volatile;
+       return maman_sub_bar_type_id__once;
 }
 
 void
@@ -781,13 +781,13 @@ maman_foo_get_type_once (void)
 GType
 maman_foo_get_type (void)
 {
-       static volatile gsize maman_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_foo_type_id__volatile)) {
+       static volatile gsize maman_foo_type_id__once = 0;
+       if (g_once_init_enter (&maman_foo_type_id__once)) {
                GType maman_foo_type_id;
                maman_foo_type_id = maman_foo_get_type_once ();
-               g_once_init_leave (&maman_foo_type_id__volatile, maman_foo_type_id);
+               g_once_init_leave (&maman_foo_type_id__once, maman_foo_type_id);
        }
-       return maman_foo_type_id__volatile;
+       return maman_foo_type_id__once;
 }
 
 void
@@ -838,13 +838,13 @@ maman_foo_bar_get_type_once (void)
 GType
 maman_foo_bar_get_type (void)
 {
-       static volatile gsize maman_foo_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_foo_bar_type_id__volatile)) {
+       static volatile gsize maman_foo_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_foo_bar_type_id__once)) {
                GType maman_foo_bar_type_id;
                maman_foo_bar_type_id = maman_foo_bar_get_type_once ();
-               g_once_init_leave (&maman_foo_bar_type_id__volatile, maman_foo_bar_type_id);
+               g_once_init_leave (&maman_foo_bar_type_id__once, maman_foo_bar_type_id);
        }
-       return maman_foo_bar_type_id__volatile;
+       return maman_foo_bar_type_id__once;
 }
 
 MamanSubFooBar*
@@ -895,13 +895,13 @@ maman_sub_foo_bar_get_type_once (void)
 GType
 maman_sub_foo_bar_get_type (void)
 {
-       static volatile gsize maman_sub_foo_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_sub_foo_bar_type_id__volatile)) {
+       static volatile gsize maman_sub_foo_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_sub_foo_bar_type_id__once)) {
                GType maman_sub_foo_bar_type_id;
                maman_sub_foo_bar_type_id = maman_sub_foo_bar_get_type_once ();
-               g_once_init_leave (&maman_sub_foo_bar_type_id__volatile, maman_sub_foo_bar_type_id);
+               g_once_init_leave (&maman_sub_foo_bar_type_id__once, maman_sub_foo_bar_type_id);
        }
-       return maman_sub_foo_bar_type_id__volatile;
+       return maman_sub_foo_bar_type_id__once;
 }
 
 static void
@@ -956,13 +956,13 @@ maman_abstract_base_get_type_once (void)
 GType
 maman_abstract_base_get_type (void)
 {
-       static volatile gsize maman_abstract_base_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_abstract_base_type_id__volatile)) {
+       static volatile gsize maman_abstract_base_type_id__once = 0;
+       if (g_once_init_enter (&maman_abstract_base_type_id__once)) {
                GType maman_abstract_base_type_id;
                maman_abstract_base_type_id = maman_abstract_base_get_type_once ();
-               g_once_init_leave (&maman_abstract_base_type_id__volatile, maman_abstract_base_type_id);
+               g_once_init_leave (&maman_abstract_base_type_id__once, maman_abstract_base_type_id);
        }
-       return maman_abstract_base_type_id__volatile;
+       return maman_abstract_base_type_id__once;
 }
 
 static void
@@ -1006,13 +1006,13 @@ maman_abstract_derived_get_type_once (void)
 GType
 maman_abstract_derived_get_type (void)
 {
-       static volatile gsize maman_abstract_derived_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_abstract_derived_type_id__volatile)) {
+       static volatile gsize maman_abstract_derived_type_id__once = 0;
+       if (g_once_init_enter (&maman_abstract_derived_type_id__once)) {
                GType maman_abstract_derived_type_id;
                maman_abstract_derived_type_id = maman_abstract_derived_get_type_once ();
-               g_once_init_leave (&maman_abstract_derived_type_id__volatile, maman_abstract_derived_type_id);
+               g_once_init_leave (&maman_abstract_derived_type_id__once, maman_abstract_derived_type_id);
        }
-       return maman_abstract_derived_type_id__volatile;
+       return maman_abstract_derived_type_id__once;
 }
 
 MamanDeepDerived*
@@ -1054,13 +1054,13 @@ maman_deep_derived_get_type_once (void)
 GType
 maman_deep_derived_get_type (void)
 {
-       static volatile gsize maman_deep_derived_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_deep_derived_type_id__volatile)) {
+       static volatile gsize maman_deep_derived_type_id__once = 0;
+       if (g_once_init_enter (&maman_deep_derived_type_id__once)) {
                GType maman_deep_derived_type_id;
                maman_deep_derived_type_id = maman_deep_derived_get_type_once ();
-               g_once_init_leave (&maman_deep_derived_type_id__volatile, maman_deep_derived_type_id);
+               g_once_init_leave (&maman_deep_derived_type_id__once, maman_deep_derived_type_id);
        }
-       return maman_deep_derived_type_id__volatile;
+       return maman_deep_derived_type_id__once;
 }
 
 gint
@@ -1106,13 +1106,13 @@ maman_base_access_ifoo_get_type_once (void)
 GType
 maman_base_access_ifoo_get_type (void)
 {
-       static volatile gsize maman_base_access_ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_base_access_ifoo_type_id__volatile)) {
+       static volatile gsize maman_base_access_ifoo_type_id__once = 0;
+       if (g_once_init_enter (&maman_base_access_ifoo_type_id__once)) {
                GType maman_base_access_ifoo_type_id;
                maman_base_access_ifoo_type_id = maman_base_access_ifoo_get_type_once ();
-               g_once_init_leave (&maman_base_access_ifoo_type_id__volatile, maman_base_access_ifoo_type_id);
+               g_once_init_leave (&maman_base_access_ifoo_type_id__once, maman_base_access_ifoo_type_id);
        }
-       return maman_base_access_ifoo_type_id__volatile;
+       return maman_base_access_ifoo_type_id__once;
 }
 
 static gint
@@ -1217,13 +1217,13 @@ maman_base_access_foo_get_type_once (void)
 GType
 maman_base_access_foo_get_type (void)
 {
-       static volatile gsize maman_base_access_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_base_access_foo_type_id__volatile)) {
+       static volatile gsize maman_base_access_foo_type_id__once = 0;
+       if (g_once_init_enter (&maman_base_access_foo_type_id__once)) {
                GType maman_base_access_foo_type_id;
                maman_base_access_foo_type_id = maman_base_access_foo_get_type_once ();
-               g_once_init_leave (&maman_base_access_foo_type_id__volatile, maman_base_access_foo_type_id);
+               g_once_init_leave (&maman_base_access_foo_type_id__once, maman_base_access_foo_type_id);
        }
-       return maman_base_access_foo_type_id__volatile;
+       return maman_base_access_foo_type_id__once;
 }
 
 static gint
@@ -1287,13 +1287,13 @@ maman_base_access_bar_get_type_once (void)
 GType
 maman_base_access_bar_get_type (void)
 {
-       static volatile gsize maman_base_access_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_base_access_bar_type_id__volatile)) {
+       static volatile gsize maman_base_access_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_base_access_bar_type_id__once)) {
                GType maman_base_access_bar_type_id;
                maman_base_access_bar_type_id = maman_base_access_bar_get_type_once ();
-               g_once_init_leave (&maman_base_access_bar_type_id__volatile, maman_base_access_bar_type_id);
+               g_once_init_leave (&maman_base_access_bar_type_id__once, maman_base_access_bar_type_id);
        }
-       return maman_base_access_bar_type_id__volatile;
+       return maman_base_access_bar_type_id__once;
 }
 
 static gint
@@ -1366,13 +1366,13 @@ maman_base_access_foo_bar_get_type_once (void)
 GType
 maman_base_access_foo_bar_get_type (void)
 {
-       static volatile gsize maman_base_access_foo_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_base_access_foo_bar_type_id__volatile)) {
+       static volatile gsize maman_base_access_foo_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_base_access_foo_bar_type_id__once)) {
                GType maman_base_access_foo_bar_type_id;
                maman_base_access_foo_bar_type_id = maman_base_access_foo_bar_get_type_once ();
-               g_once_init_leave (&maman_base_access_foo_bar_type_id__volatile, maman_base_access_foo_bar_type_id);
+               g_once_init_leave (&maman_base_access_foo_bar_type_id__once, maman_base_access_foo_bar_type_id);
        }
-       return maman_base_access_foo_bar_type_id__volatile;
+       return maman_base_access_foo_bar_type_id__once;
 }
 
 void
@@ -1689,13 +1689,13 @@ maman_class_test_get_type_once (void)
 GType
 maman_class_test_get_type (void)
 {
-       static volatile gsize maman_class_test_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_class_test_type_id__volatile)) {
+       static volatile gsize maman_class_test_type_id__once = 0;
+       if (g_once_init_enter (&maman_class_test_type_id__once)) {
                GType maman_class_test_type_id;
                maman_class_test_type_id = maman_class_test_get_type_once ();
-               g_once_init_leave (&maman_class_test_type_id__volatile, maman_class_test_type_id);
+               g_once_init_leave (&maman_class_test_type_id__once, maman_class_test_type_id);
        }
-       return maman_class_test_type_id__volatile;
+       return maman_class_test_type_id__once;
 }
 
 gpointer
index 9185f79ee0ab2d0f8381b871c285c540e438a5ac..da4999822c8e40220f7ba69410d56acca177576b 100644 (file)
@@ -331,13 +331,13 @@ foo_enum_get_type_once (void)
 GType
 foo_enum_get_type (void)
 {
-       static volatile gsize foo_enum_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_enum_type_id__volatile)) {
+       static volatile gsize foo_enum_type_id__once = 0;
+       if (g_once_init_enter (&foo_enum_type_id__once)) {
                GType foo_enum_type_id;
                foo_enum_type_id = foo_enum_get_type_once ();
-               g_once_init_leave (&foo_enum_type_id__volatile, foo_enum_type_id);
+               g_once_init_leave (&foo_enum_type_id__once, foo_enum_type_id);
        }
-       return foo_enum_type_id__volatile;
+       return foo_enum_type_id__once;
 }
 
 static GType
@@ -352,13 +352,13 @@ foo_flag_get_type_once (void)
 GType
 foo_flag_get_type (void)
 {
-       static volatile gsize foo_flag_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_flag_type_id__volatile)) {
+       static volatile gsize foo_flag_type_id__once = 0;
+       if (g_once_init_enter (&foo_flag_type_id__once)) {
                GType foo_flag_type_id;
                foo_flag_type_id = foo_flag_get_type_once ();
-               g_once_init_leave (&foo_flag_type_id__volatile, foo_flag_type_id);
+               g_once_init_leave (&foo_flag_type_id__once, foo_flag_type_id);
        }
-       return foo_flag_type_id__volatile;
+       return foo_flag_type_id__once;
 }
 
 FooStruct*
@@ -387,13 +387,13 @@ foo_struct_get_type_once (void)
 GType
 foo_struct_get_type (void)
 {
-       static volatile gsize foo_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_struct_type_id__volatile)) {
+       static volatile gsize foo_struct_type_id__once = 0;
+       if (g_once_init_enter (&foo_struct_type_id__once)) {
                GType foo_struct_type_id;
                foo_struct_type_id = foo_struct_get_type_once ();
-               g_once_init_leave (&foo_struct_type_id__volatile, foo_struct_type_id);
+               g_once_init_leave (&foo_struct_type_id__once, foo_struct_type_id);
        }
-       return foo_struct_type_id__volatile;
+       return foo_struct_type_id__once;
 }
 
 static inline gpointer
@@ -1574,13 +1574,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 39dcbc1fa1fc99b9c65e5fb7c0f48514afb3853e..7e078561062b1a62b50241c24eef6402ee9cff0e 100644 (file)
@@ -532,13 +532,13 @@ real_struct_get_type_once (void)
 GType
 real_struct_get_type (void)
 {
-       static volatile gsize real_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&real_struct_type_id__volatile)) {
+       static volatile gsize real_struct_type_id__once = 0;
+       if (g_once_init_enter (&real_struct_type_id__once)) {
                GType real_struct_type_id;
                real_struct_type_id = real_struct_get_type_once ();
-               g_once_init_leave (&real_struct_type_id__volatile, real_struct_type_id);
+               g_once_init_leave (&real_struct_type_id__once, real_struct_type_id);
        }
-       return real_struct_type_id__volatile;
+       return real_struct_type_id__once;
 }
 
 static inline gpointer
@@ -646,13 +646,13 @@ non_priv_access_get_type_once (void)
 GType
 non_priv_access_get_type (void)
 {
-       static volatile gsize non_priv_access_type_id__volatile = 0;
-       if (g_once_init_enter (&non_priv_access_type_id__volatile)) {
+       static volatile gsize non_priv_access_type_id__once = 0;
+       if (g_once_init_enter (&non_priv_access_type_id__once)) {
                GType non_priv_access_type_id;
                non_priv_access_type_id = non_priv_access_get_type_once ();
-               g_once_init_leave (&non_priv_access_type_id__volatile, non_priv_access_type_id);
+               g_once_init_leave (&non_priv_access_type_id__once, non_priv_access_type_id);
        }
-       return non_priv_access_type_id__volatile;
+       return non_priv_access_type_id__once;
 }
 
 static void
@@ -1058,13 +1058,13 @@ sample_get_type_once (void)
 GType
 sample_get_type (void)
 {
-       static volatile gsize sample_type_id__volatile = 0;
-       if (g_once_init_enter (&sample_type_id__volatile)) {
+       static volatile gsize sample_type_id__once = 0;
+       if (g_once_init_enter (&sample_type_id__once)) {
                GType sample_type_id;
                sample_type_id = sample_get_type_once ();
-               g_once_init_leave (&sample_type_id__volatile, sample_type_id);
+               g_once_init_leave (&sample_type_id__once, sample_type_id);
        }
-       return sample_type_id__volatile;
+       return sample_type_id__once;
 }
 
 static void
@@ -1216,13 +1216,13 @@ maman_foo_get_type_once (void)
 GType
 maman_foo_get_type (void)
 {
-       static volatile gsize maman_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_foo_type_id__volatile)) {
+       static volatile gsize maman_foo_type_id__once = 0;
+       if (g_once_init_enter (&maman_foo_type_id__once)) {
                GType maman_foo_type_id;
                maman_foo_type_id = maman_foo_get_type_once ();
-               g_once_init_leave (&maman_foo_type_id__volatile, maman_foo_type_id);
+               g_once_init_leave (&maman_foo_type_id__once, maman_foo_type_id);
        }
-       return maman_foo_type_id__volatile;
+       return maman_foo_type_id__once;
 }
 
 static void
@@ -1273,13 +1273,13 @@ foo_enum_get_type_once (void)
 GType
 foo_enum_get_type (void)
 {
-       static volatile gsize foo_enum_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_enum_type_id__volatile)) {
+       static volatile gsize foo_enum_type_id__once = 0;
+       if (g_once_init_enter (&foo_enum_type_id__once)) {
                GType foo_enum_type_id;
                foo_enum_type_id = foo_enum_get_type_once ();
-               g_once_init_leave (&foo_enum_type_id__volatile, foo_enum_type_id);
+               g_once_init_leave (&foo_enum_type_id__once, foo_enum_type_id);
        }
-       return foo_enum_type_id__volatile;
+       return foo_enum_type_id__once;
 }
 
 MamanEnumDefault*
@@ -1472,13 +1472,13 @@ maman_enum_default_get_type_once (void)
 GType
 maman_enum_default_get_type (void)
 {
-       static volatile gsize maman_enum_default_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_enum_default_type_id__volatile)) {
+       static volatile gsize maman_enum_default_type_id__once = 0;
+       if (g_once_init_enter (&maman_enum_default_type_id__once)) {
                GType maman_enum_default_type_id;
                maman_enum_default_type_id = maman_enum_default_get_type_once ();
-               g_once_init_leave (&maman_enum_default_type_id__volatile, maman_enum_default_type_id);
+               g_once_init_leave (&maman_enum_default_type_id__once, maman_enum_default_type_id);
        }
-       return maman_enum_default_type_id__volatile;
+       return maman_enum_default_type_id__once;
 }
 
 gpointer
@@ -1673,13 +1673,13 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
 static void
@@ -1770,13 +1770,13 @@ maman_ibaz_get_type_once (void)
 GType
 maman_ibaz_get_type (void)
 {
-       static volatile gsize maman_ibaz_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_ibaz_type_id__volatile)) {
+       static volatile gsize maman_ibaz_type_id__once = 0;
+       if (g_once_init_enter (&maman_ibaz_type_id__once)) {
                GType maman_ibaz_type_id;
                maman_ibaz_type_id = maman_ibaz_get_type_once ();
-               g_once_init_leave (&maman_ibaz_type_id__volatile, maman_ibaz_type_id);
+               g_once_init_leave (&maman_ibaz_type_id__once, maman_ibaz_type_id);
        }
-       return maman_ibaz_type_id__volatile;
+       return maman_ibaz_type_id__once;
 }
 
 MamanBaz*
@@ -1840,13 +1840,13 @@ maman_baz_get_type_once (void)
 GType
 maman_baz_get_type (void)
 {
-       static volatile gsize maman_baz_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_baz_type_id__volatile)) {
+       static volatile gsize maman_baz_type_id__once = 0;
+       if (g_once_init_enter (&maman_baz_type_id__once)) {
                GType maman_baz_type_id;
                maman_baz_type_id = maman_baz_get_type_once ();
-               g_once_init_leave (&maman_baz_type_id__volatile, maman_baz_type_id);
+               g_once_init_leave (&maman_baz_type_id__once, maman_baz_type_id);
        }
-       return maman_baz_type_id__volatile;
+       return maman_baz_type_id__once;
 }
 
 static void
@@ -1911,13 +1911,13 @@ maman_ibiz_get_type_once (void)
 GType
 maman_ibiz_get_type (void)
 {
-       static volatile gsize maman_ibiz_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_ibiz_type_id__volatile)) {
+       static volatile gsize maman_ibiz_type_id__once = 0;
+       if (g_once_init_enter (&maman_ibiz_type_id__once)) {
                GType maman_ibiz_type_id;
                maman_ibiz_type_id = maman_ibiz_get_type_once ();
-               g_once_init_leave (&maman_ibiz_type_id__volatile, maman_ibiz_type_id);
+               g_once_init_leave (&maman_ibiz_type_id__once, maman_ibiz_type_id);
        }
-       return maman_ibiz_type_id__volatile;
+       return maman_ibiz_type_id__once;
 }
 
 static inline gpointer
@@ -2034,13 +2034,13 @@ maman_abiz_get_type_once (void)
 GType
 maman_abiz_get_type (void)
 {
-       static volatile gsize maman_abiz_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_abiz_type_id__volatile)) {
+       static volatile gsize maman_abiz_type_id__once = 0;
+       if (g_once_init_enter (&maman_abiz_type_id__once)) {
                GType maman_abiz_type_id;
                maman_abiz_type_id = maman_abiz_get_type_once ();
-               g_once_init_leave (&maman_abiz_type_id__volatile, maman_abiz_type_id);
+               g_once_init_leave (&maman_abiz_type_id__once, maman_abiz_type_id);
        }
-       return maman_abiz_type_id__volatile;
+       return maman_abiz_type_id__once;
 }
 
 static void
@@ -2165,13 +2165,13 @@ maman_biz_get_type_once (void)
 GType
 maman_biz_get_type (void)
 {
-       static volatile gsize maman_biz_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_biz_type_id__volatile)) {
+       static volatile gsize maman_biz_type_id__once = 0;
+       if (g_once_init_enter (&maman_biz_type_id__once)) {
                GType maman_biz_type_id;
                maman_biz_type_id = maman_biz_get_type_once ();
-               g_once_init_leave (&maman_biz_type_id__volatile, maman_biz_type_id);
+               g_once_init_leave (&maman_biz_type_id__once, maman_biz_type_id);
        }
-       return maman_biz_type_id__volatile;
+       return maman_biz_type_id__once;
 }
 
 static void
index adaf2772235ce5edf2243f9663c70372789f6e77..63f9a1810168bb075715b46a08822bb6e63c77d6 100644 (file)
@@ -261,13 +261,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static inline gpointer
@@ -855,13 +855,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -1211,13 +1211,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 3172a68a3a619c2808f1f1da35685bcfebbff557..f36956810b0bb2563308eee85ab6c470cb03de9a 100644 (file)
@@ -332,13 +332,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -456,13 +456,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index a8fc354cc617a2dbc805e912cc2975fa91f87bd2..a38d8885ac43b5f4ec30520497aa511062175781 100644 (file)
@@ -295,13 +295,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -395,13 +395,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static inline gpointer
@@ -492,13 +492,13 @@ faz_get_type_once (void)
 GType
 faz_get_type (void)
 {
-       static volatile gsize faz_type_id__volatile = 0;
-       if (g_once_init_enter (&faz_type_id__volatile)) {
+       static volatile gsize faz_type_id__once = 0;
+       if (g_once_init_enter (&faz_type_id__once)) {
                GType faz_type_id;
                faz_type_id = faz_get_type_once ();
-               g_once_init_leave (&faz_type_id__volatile, faz_type_id);
+               g_once_init_leave (&faz_type_id__once, faz_type_id);
        }
-       return faz_type_id__volatile;
+       return faz_type_id__once;
 }
 
 static void
@@ -576,13 +576,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 static void
index 2c8697c19d2abf9ed183502952fca3fb01d85184..cd84a11b7c711356f4b55d40809531d44ba532ed 100644 (file)
@@ -241,13 +241,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 static inline gpointer
@@ -646,13 +646,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -868,13 +868,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 9daf7ca06d173ad4bc47356721624b94308fb013..a4e09b2515d13e7109a5bc5924468158c9487c52 100644 (file)
@@ -560,13 +560,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -750,13 +750,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 50c02a14618dac75699c9c6c2a78cff168055ca8..b46b26cb46499cffe60d384bc21b11571c1d61a1 100644 (file)
@@ -190,13 +190,13 @@ foo_enum_get_type_once (void)
 GType
 foo_enum_get_type (void)
 {
-       static volatile gsize foo_enum_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_enum_type_id__volatile)) {
+       static volatile gsize foo_enum_type_id__once = 0;
+       if (g_once_init_enter (&foo_enum_type_id__once)) {
                GType foo_enum_type_id;
                foo_enum_type_id = foo_enum_get_type_once ();
-               g_once_init_leave (&foo_enum_type_id__volatile, foo_enum_type_id);
+               g_once_init_leave (&foo_enum_type_id__once, foo_enum_type_id);
        }
-       return foo_enum_type_id__volatile;
+       return foo_enum_type_id__once;
 }
 
 static GType
@@ -211,13 +211,13 @@ foo_flag_get_type_once (void)
 GType
 foo_flag_get_type (void)
 {
-       static volatile gsize foo_flag_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_flag_type_id__volatile)) {
+       static volatile gsize foo_flag_type_id__once = 0;
+       if (g_once_init_enter (&foo_flag_type_id__once)) {
                GType foo_flag_type_id;
                foo_flag_type_id = foo_flag_get_type_once ();
-               g_once_init_leave (&foo_flag_type_id__volatile, foo_flag_type_id);
+               g_once_init_leave (&foo_flag_type_id__once, foo_flag_type_id);
        }
-       return foo_flag_type_id__volatile;
+       return foo_flag_type_id__once;
 }
 
 static inline gpointer
@@ -481,13 +481,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 gpointer
@@ -661,13 +661,13 @@ minim_get_type_once (void)
 GType
 minim_get_type (void)
 {
-       static volatile gsize minim_type_id__volatile = 0;
-       if (g_once_init_enter (&minim_type_id__volatile)) {
+       static volatile gsize minim_type_id__once = 0;
+       if (g_once_init_enter (&minim_type_id__once)) {
                GType minim_type_id;
                minim_type_id = minim_get_type_once ();
-               g_once_init_leave (&minim_type_id__volatile, minim_type_id);
+               g_once_init_leave (&minim_type_id__once, minim_type_id);
        }
-       return minim_type_id__volatile;
+       return minim_type_id__once;
 }
 
 static void
index f81eac927cfd649dd76e22e234787f7c987f2b2d..1a3d20edfb7e0a3ac9f0e570a27de08fd4100e60 100644 (file)
@@ -185,13 +185,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static inline gpointer
@@ -308,13 +308,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
@@ -448,13 +448,13 @@ faz_get_type_once (void)
 GType
 faz_get_type (void)
 {
-       static volatile gsize faz_type_id__volatile = 0;
-       if (g_once_init_enter (&faz_type_id__volatile)) {
+       static volatile gsize faz_type_id__once = 0;
+       if (g_once_init_enter (&faz_type_id__once)) {
                GType faz_type_id;
                faz_type_id = faz_get_type_once ();
-               g_once_init_leave (&faz_type_id__volatile, faz_type_id);
+               g_once_init_leave (&faz_type_id__once, faz_type_id);
        }
-       return faz_type_id__volatile;
+       return faz_type_id__once;
 }
 
 static void
index ee1031f9b8f3dd077d32cc89fac169ca7fe4effe..8374c0b2e924a31ed326d4264a98ac3e32c5a75a 100644 (file)
@@ -200,13 +200,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 void
@@ -254,13 +254,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static inline gpointer
@@ -614,13 +614,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index bc7ff100f72135fe3fa7c11ebe98632e8eabcf59..093715144dcbb8a603beafb49f96d1055641a27b 100644 (file)
@@ -235,13 +235,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 767ea0e240a8d5a78f2662ac8fde977f785931e0..8b353c1f52e5ea36f01058ca96cb54793923a5d0 100644 (file)
@@ -224,13 +224,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static inline gpointer
@@ -412,13 +412,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
@@ -756,13 +756,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 gpointer
index ac3eb981e1ed977f7a8df790c4e122835bf0991d..18aca57a70664ed92b3ba8fab21bfa0dfb302b41 100644 (file)
@@ -381,13 +381,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -479,13 +479,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
@@ -538,13 +538,13 @@ ibaz_get_type_once (void)
 GType
 ibaz_get_type (void)
 {
-       static volatile gsize ibaz_type_id__volatile = 0;
-       if (g_once_init_enter (&ibaz_type_id__volatile)) {
+       static volatile gsize ibaz_type_id__once = 0;
+       if (g_once_init_enter (&ibaz_type_id__once)) {
                GType ibaz_type_id;
                ibaz_type_id = ibaz_get_type_once ();
-               g_once_init_leave (&ibaz_type_id__volatile, ibaz_type_id);
+               g_once_init_leave (&ibaz_type_id__once, ibaz_type_id);
        }
-       return ibaz_type_id__volatile;
+       return ibaz_type_id__once;
 }
 
 static inline gpointer
@@ -627,13 +627,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 static void
index 92a356436a33cf5a14b506c75ae08f98b7d5bf6d..9920fddfd635bd32da9a45fad84c6061775a6912 100644 (file)
@@ -185,13 +185,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gpointer
@@ -360,13 +360,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
@@ -597,13 +597,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index dc3d505d457b8100f691a00e896ba13a3ae7c0c7..ebed89e1890c30d4906cc6d13966aa22d342e1b4 100644 (file)
@@ -167,13 +167,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 0eb0c57717880273546a0de9893052b0aadd714b..1d57142f60b7cefcf3ace6ab93b8b90de2f124ae 100644 (file)
@@ -309,13 +309,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -390,13 +390,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index d7f7faafd563ab078bfdc3a74d47be83cc909aa7..5c17cf0e87f474acf09c2d55c18187c37c456509 100644 (file)
@@ -175,13 +175,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index f64c0349b3a38c08c5c587b9c3e2a516a82d7366..3c05606fdb419860f5ad7f40ae826e00d7353ad5 100644 (file)
@@ -215,13 +215,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 static Block1Data*
index ebef4b852edc119e8d996053e09526244aa4077e..55ee90c32da561992f3d8765e7aad75c0861a9ae 100644 (file)
@@ -288,13 +288,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index be8df91d9d01511aa2c6d8ebadf170cdfeb9cf86..a2dbe9af00b3749d5026191d4bee07dd19000a3c 100644 (file)
@@ -237,13 +237,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
@@ -441,13 +441,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 0c860ee77dfaa69a35f30ff9b030b4390add4baf..ee1bc862a8c5ce36418d6a991d941479e4bef50a 100644 (file)
@@ -289,13 +289,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static inline gpointer
@@ -443,13 +443,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gchar*
index 53d57f1e4c51bb40fe24bb1bed113b5200404eaa..4158246a5306873cd02e75b822027e65c834bb21 100644 (file)
@@ -104,13 +104,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static GType
@@ -125,13 +125,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 Manam*
@@ -227,13 +227,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
index e9d2451ad8559e0fcc83b2c0aa7aaf2ec52b0a3a..35e69052cda99e10dbbcb481913d806abd8b080b 100644 (file)
@@ -127,13 +127,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
@@ -256,13 +256,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index f35928fd0887c9a12cedb3567e1909dea744e6dc..f8bc9c89ee474213ba69e098492eb05928ac91fe 100644 (file)
@@ -365,13 +365,13 @@ maman_get_type_once (void)
 GType
 maman_get_type (void)
 {
-       static volatile gsize maman_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_type_id__volatile)) {
+       static volatile gsize maman_type_id__once = 0;
+       if (g_once_init_enter (&maman_type_id__once)) {
                GType maman_type_id;
                maman_type_id = maman_get_type_once ();
-               g_once_init_leave (&maman_type_id__volatile, maman_type_id);
+               g_once_init_leave (&maman_type_id__once, maman_type_id);
        }
-       return maman_type_id__volatile;
+       return maman_type_id__once;
 }
 
 gpointer
@@ -413,13 +413,13 @@ ibar_get_type_once (void)
 GType
 ibar_get_type (void)
 {
-       static volatile gsize ibar_type_id__volatile = 0;
-       if (g_once_init_enter (&ibar_type_id__volatile)) {
+       static volatile gsize ibar_type_id__once = 0;
+       if (g_once_init_enter (&ibar_type_id__once)) {
                GType ibar_type_id;
                ibar_type_id = ibar_get_type_once ();
-               g_once_init_leave (&ibar_type_id__volatile, ibar_type_id);
+               g_once_init_leave (&ibar_type_id__once, ibar_type_id);
        }
-       return ibar_type_id__volatile;
+       return ibar_type_id__once;
 }
 
 Bar*
@@ -470,13 +470,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 Foo*
@@ -723,13 +723,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index ab07d7489bdb76fa0c86df028172bf28abf1ce6c..0f156d2940e8667c0297b41732447ba16f976454 100644 (file)
@@ -219,13 +219,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index b25d17cc9c73b72267479c3c4d0e78f28966e8f4..5a4d8ba8f9b83b6f6b0e19a6cf2d6cb371929c42 100644 (file)
@@ -105,13 +105,13 @@ ibar_get_type_once (void)
 GType
 ibar_get_type (void)
 {
-       static volatile gsize ibar_type_id__volatile = 0;
-       if (g_once_init_enter (&ibar_type_id__volatile)) {
+       static volatile gsize ibar_type_id__once = 0;
+       if (g_once_init_enter (&ibar_type_id__once)) {
                GType ibar_type_id;
                ibar_type_id = ibar_get_type_once ();
-               g_once_init_leave (&ibar_type_id__volatile, ibar_type_id);
+               g_once_init_leave (&ibar_type_id__once, ibar_type_id);
        }
-       return ibar_type_id__volatile;
+       return ibar_type_id__once;
 }
 
 Foo*
@@ -193,13 +193,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static Foo*
index 0df69f8cc966b2e21dbac57ddcfc5d26901a625a..0e6ba11c2ca6b9f55a1321235e1c6466a6e7d44f 100644 (file)
@@ -118,13 +118,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static Block1Data*
index deb2050aa4464d3d8bd271018daa16b2582ca50a..8c46ef8dd76cc473dc6edfe8940f320bc8363f0d 100644 (file)
@@ -343,13 +343,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index bc3658882167cb9e81efd7443d80308e6f9fd6fc..97d3acb14e2f519e4e6b71650e42a9e041dec56f 100644 (file)
@@ -160,13 +160,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -296,13 +296,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index f1b0e5356661a102cf64dba087d5c7efd15a7f57..2bf57024e0632b637f529cbf8129fca951953075 100644 (file)
@@ -336,13 +336,13 @@ maman_foo_get_type_once (void)
 GType
 maman_foo_get_type (void)
 {
-       static volatile gsize maman_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_foo_type_id__volatile)) {
+       static volatile gsize maman_foo_type_id__once = 0;
+       if (g_once_init_enter (&maman_foo_type_id__once)) {
                GType maman_foo_type_id;
                maman_foo_type_id = maman_foo_get_type_once ();
-               g_once_init_leave (&maman_foo_type_id__volatile, maman_foo_type_id);
+               g_once_init_leave (&maman_foo_type_id__once, maman_foo_type_id);
        }
-       return maman_foo_type_id__volatile;
+       return maman_foo_type_id__once;
 }
 
 static void
@@ -498,13 +498,13 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
 void
@@ -584,13 +584,13 @@ maman_user_foo_get_type_once (void)
 GType
 maman_user_foo_get_type (void)
 {
-       static volatile gsize maman_user_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_user_foo_type_id__volatile)) {
+       static volatile gsize maman_user_foo_type_id__once = 0;
+       if (g_once_init_enter (&maman_user_foo_type_id__once)) {
                GType maman_user_foo_type_id;
                maman_user_foo_type_id = maman_user_foo_get_type_once ();
-               g_once_init_leave (&maman_user_foo_type_id__volatile, maman_user_foo_type_id);
+               g_once_init_leave (&maman_user_foo_type_id__once, maman_user_foo_type_id);
        }
-       return maman_user_foo_type_id__volatile;
+       return maman_user_foo_type_id__once;
 }
 
 static void
@@ -698,13 +698,13 @@ maman_user_bar_get_type_once (void)
 GType
 maman_user_bar_get_type (void)
 {
-       static volatile gsize maman_user_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_user_bar_type_id__volatile)) {
+       static volatile gsize maman_user_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_user_bar_type_id__once)) {
                GType maman_user_bar_type_id;
                maman_user_bar_type_id = maman_user_bar_get_type_once ();
-               g_once_init_leave (&maman_user_bar_type_id__volatile, maman_user_bar_type_id);
+               g_once_init_leave (&maman_user_bar_type_id__once, maman_user_bar_type_id);
        }
-       return maman_user_bar_type_id__volatile;
+       return maman_user_bar_type_id__once;
 }
 
 MamanReturnFoo*
@@ -806,13 +806,13 @@ maman_return_foo_get_type_once (void)
 GType
 maman_return_foo_get_type (void)
 {
-       static volatile gsize maman_return_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_return_foo_type_id__volatile)) {
+       static volatile gsize maman_return_foo_type_id__once = 0;
+       if (g_once_init_enter (&maman_return_foo_type_id__once)) {
                GType maman_return_foo_type_id;
                maman_return_foo_type_id = maman_return_foo_get_type_once ();
-               g_once_init_leave (&maman_return_foo_type_id__volatile, maman_return_foo_type_id);
+               g_once_init_leave (&maman_return_foo_type_id__once, maman_return_foo_type_id);
        }
-       return maman_return_foo_type_id__volatile;
+       return maman_return_foo_type_id__once;
 }
 
 static gint
@@ -961,13 +961,13 @@ maman_return_bar_get_type_once (void)
 GType
 maman_return_bar_get_type (void)
 {
-       static volatile gsize maman_return_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_return_bar_type_id__volatile)) {
+       static volatile gsize maman_return_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_return_bar_type_id__once)) {
                GType maman_return_bar_type_id;
                maman_return_bar_type_id = maman_return_bar_get_type_once ();
-               g_once_init_leave (&maman_return_bar_type_id__volatile, maman_return_bar_type_id);
+               g_once_init_leave (&maman_return_bar_type_id__once, maman_return_bar_type_id);
        }
-       return maman_return_bar_type_id__volatile;
+       return maman_return_bar_type_id__once;
 }
 
 static void
index c8b42dc4b9a7f8752afeca2816ef7e8d7fd1d512..5bb18fba630cb0234f3f60efc45957d91fe7be89 100644 (file)
@@ -120,11 +120,11 @@ foo_constructor (GType type,
        GObjectClass * parent_class;
        static GObject * Foo_singleton__ref = NULL;
        static GMutex Foo_singleton__lock;
-       static volatile gsize Foo_singleton__volatile = 0;
+       static volatile gsize Foo_singleton__once = 0;
        Foo * self;
-       if (g_once_init_enter (&Foo_singleton__volatile)) {
+       if (g_once_init_enter (&Foo_singleton__once)) {
                g_mutex_init (&Foo_singleton__lock);
-               g_once_init_leave (&Foo_singleton__volatile, 42);
+               g_once_init_leave (&Foo_singleton__once, 42);
        }
        g_mutex_lock (&Foo_singleton__lock);
        if (Foo_singleton__ref != NULL) {
@@ -177,13 +177,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -209,11 +209,11 @@ bar_constructor (GType type,
        GObjectClass * parent_class;
        static GObject * Bar_singleton__ref = NULL;
        static GMutex Bar_singleton__lock;
-       static volatile gsize Bar_singleton__volatile = 0;
+       static volatile gsize Bar_singleton__once = 0;
        Bar * self;
-       if (g_once_init_enter (&Bar_singleton__volatile)) {
+       if (g_once_init_enter (&Bar_singleton__once)) {
                g_mutex_init (&Bar_singleton__lock);
-               g_once_init_leave (&Bar_singleton__volatile, 42);
+               g_once_init_leave (&Bar_singleton__once, 42);
        }
        g_mutex_lock (&Bar_singleton__lock);
        if (Bar_singleton__ref != NULL) {
@@ -266,13 +266,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 void
index bc70aeb10d2b4b69872d93abdbabdbb13cb8b432..b251c1c053c49745fb592ec958b2747be82cf18c 100644 (file)
@@ -145,13 +145,13 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
 static void
@@ -244,12 +244,12 @@ maman_sub_bar_get_type_once (void)
 GType
 maman_sub_bar_get_type (void)
 {
-       static volatile gsize maman_sub_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_sub_bar_type_id__volatile)) {
+       static volatile gsize maman_sub_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_sub_bar_type_id__once)) {
                GType maman_sub_bar_type_id;
                maman_sub_bar_type_id = maman_sub_bar_get_type_once ();
-               g_once_init_leave (&maman_sub_bar_type_id__volatile, maman_sub_bar_type_id);
+               g_once_init_leave (&maman_sub_bar_type_id__once, maman_sub_bar_type_id);
        }
-       return maman_sub_bar_type_id__volatile;
+       return maman_sub_bar_type_id__once;
 }
 
index 59a894bd345fe93dee24003bcb3c828bf86903fe..29be53b9b9fcde17fe8c528bba7fb9c9b01824d4 100644 (file)
@@ -132,13 +132,13 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
 void
@@ -229,12 +229,12 @@ maman_sub_bar_get_type_once (void)
 GType
 maman_sub_bar_get_type (void)
 {
-       static volatile gsize maman_sub_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_sub_bar_type_id__volatile)) {
+       static volatile gsize maman_sub_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_sub_bar_type_id__once)) {
                GType maman_sub_bar_type_id;
                maman_sub_bar_type_id = maman_sub_bar_get_type_once ();
-               g_once_init_leave (&maman_sub_bar_type_id__volatile, maman_sub_bar_type_id);
+               g_once_init_leave (&maman_sub_bar_type_id__once, maman_sub_bar_type_id);
        }
-       return maman_sub_bar_type_id__volatile;
+       return maman_sub_bar_type_id__once;
 }
 
index 86580b1b6ec5c80fabe9752cd096c6a37b61afe7..d2942c7c30dbfea9b519e24aacb5362799f6ee02 100644 (file)
@@ -225,13 +225,13 @@ maman_foo_get_type_once (void)
 GType
 maman_foo_get_type (void)
 {
-       static volatile gsize maman_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_foo_type_id__volatile)) {
+       static volatile gsize maman_foo_type_id__once = 0;
+       if (g_once_init_enter (&maman_foo_type_id__once)) {
                GType maman_foo_type_id;
                maman_foo_type_id = maman_foo_get_type_once ();
-               g_once_init_leave (&maman_foo_type_id__volatile, maman_foo_type_id);
+               g_once_init_leave (&maman_foo_type_id__once, maman_foo_type_id);
        }
-       return maman_foo_type_id__volatile;
+       return maman_foo_type_id__once;
 }
 
 static void
index b586b679f891c114bbe85bd79967e3e9b50efc40..8dffb9553e4b93a12fdbf224ac2203f31902a3f5 100644 (file)
@@ -182,13 +182,13 @@ maman_a_get_type_once (void)
 GType
 maman_a_get_type (void)
 {
-       static volatile gsize maman_a_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_a_type_id__volatile)) {
+       static volatile gsize maman_a_type_id__once = 0;
+       if (g_once_init_enter (&maman_a_type_id__once)) {
                GType maman_a_type_id;
                maman_a_type_id = maman_a_get_type_once ();
-               g_once_init_leave (&maman_a_type_id__volatile, maman_a_type_id);
+               g_once_init_leave (&maman_a_type_id__once, maman_a_type_id);
        }
-       return maman_a_type_id__volatile;
+       return maman_a_type_id__once;
 }
 
 MamanB*
@@ -230,13 +230,13 @@ maman_b_get_type_once (void)
 GType
 maman_b_get_type (void)
 {
-       static volatile gsize maman_b_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_b_type_id__volatile)) {
+       static volatile gsize maman_b_type_id__once = 0;
+       if (g_once_init_enter (&maman_b_type_id__once)) {
                GType maman_b_type_id;
                maman_b_type_id = maman_b_get_type_once ();
-               g_once_init_leave (&maman_b_type_id__volatile, maman_b_type_id);
+               g_once_init_leave (&maman_b_type_id__once, maman_b_type_id);
        }
-       return maman_b_type_id__volatile;
+       return maman_b_type_id__once;
 }
 
 MamanC*
@@ -278,13 +278,13 @@ maman_c_get_type_once (void)
 GType
 maman_c_get_type (void)
 {
-       static volatile gsize maman_c_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_c_type_id__volatile)) {
+       static volatile gsize maman_c_type_id__once = 0;
+       if (g_once_init_enter (&maman_c_type_id__once)) {
                GType maman_c_type_id;
                maman_c_type_id = maman_c_get_type_once ();
-               g_once_init_leave (&maman_c_type_id__volatile, maman_c_type_id);
+               g_once_init_leave (&maman_c_type_id__once, maman_c_type_id);
        }
-       return maman_c_type_id__volatile;
+       return maman_c_type_id__once;
 }
 
 static void
@@ -543,12 +543,12 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
index b62a8e2ae101dc7348ea878ed15870992b3e875f..672d70d728731cb71b17caa227a75ace3ae4ab35 100644 (file)
@@ -291,13 +291,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -369,13 +369,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 void
index b7a0771ed41108a039d915ea9392283b89fc7a6c..c5ed4c7f881fd6b969a2158223372fdb85bf3d6f 100644 (file)
@@ -136,13 +136,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gint
@@ -193,13 +193,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static gint
@@ -272,13 +272,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
index c7deb869afc5dcda74742ec2f63ca2c14aeb5898..78d8f78ff554697505272a148f46c26de3060851 100644 (file)
@@ -350,13 +350,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -434,13 +434,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 Manam*
@@ -484,13 +484,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 void
index fb310b26f33d5257a104cd931a888f09983636ef..7d8bdb913b3c0554dc700bdb44cce6e0324739b3 100644 (file)
@@ -288,13 +288,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 2b8ed153e23c95acdf529cff448f88060fa6834a..8efaf2072a2b4cabac8bfc9b347429fa9b5f5447 100644 (file)
@@ -435,13 +435,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -503,13 +503,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 void
@@ -727,13 +727,13 @@ test_foo_get_type_once (void)
 GType
 test_foo_get_type (void)
 {
-       static volatile gsize test_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&test_foo_type_id__volatile)) {
+       static volatile gsize test_foo_type_id__once = 0;
+       if (g_once_init_enter (&test_foo_type_id__once)) {
                GType test_foo_type_id;
                test_foo_type_id = test_foo_get_type_once ();
-               g_once_init_leave (&test_foo_type_id__volatile, test_foo_type_id);
+               g_once_init_leave (&test_foo_type_id__once, test_foo_type_id);
        }
-       return test_foo_type_id__volatile;
+       return test_foo_type_id__once;
 }
 
 gpointer
@@ -971,13 +971,13 @@ test_bar_get_type_once (void)
 GType
 test_bar_get_type (void)
 {
-       static volatile gsize test_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&test_bar_type_id__volatile)) {
+       static volatile gsize test_bar_type_id__once = 0;
+       if (g_once_init_enter (&test_bar_type_id__once)) {
                GType test_bar_type_id;
                test_bar_type_id = test_bar_get_type_once ();
-               g_once_init_leave (&test_bar_type_id__volatile, test_bar_type_id);
+               g_once_init_leave (&test_bar_type_id__once, test_bar_type_id);
        }
-       return test_bar_type_id__volatile;
+       return test_bar_type_id__once;
 }
 
 gpointer
index a7af3ffcb018274f375843ca541b3df80d3a0fbb..58969da425c9b1ba12799034d5bff440bb8ce737 100644 (file)
@@ -277,13 +277,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 22d990ca3fcc5813f06e9f8658bcb0c8eda3f7c4..cfb09338fd876b222f7ae42d03fcb68e97bce7f7 100644 (file)
@@ -311,13 +311,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -533,13 +533,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 5f8d7f6f0e54efb07cc62da0a1902fb86a7c391e..3d55f4e68a6553952a78fef20d0760575b67d1e5 100644 (file)
@@ -325,13 +325,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -404,13 +404,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static Block1Data*
index a0366a8d36b4b44a812d2ff8d05a9bd4b7775b76..f4f1f04c732191ee245a2fbe70f44edc10314f18 100644 (file)
@@ -280,13 +280,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 711ff201fd680024a7ef38535bb96359f50733c5..29a34825876231ca7acd107814662674eaa13533 100644 (file)
@@ -351,13 +351,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -564,13 +564,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
@@ -836,13 +836,13 @@ test_get_type_once (void)
 GType
 test_get_type (void)
 {
-       static volatile gsize test_type_id__volatile = 0;
-       if (g_once_init_enter (&test_type_id__volatile)) {
+       static volatile gsize test_type_id__once = 0;
+       if (g_once_init_enter (&test_type_id__once)) {
                GType test_type_id;
                test_type_id = test_get_type_once ();
-               g_once_init_leave (&test_type_id__volatile, test_type_id);
+               g_once_init_leave (&test_type_id__once, test_type_id);
        }
-       return test_type_id__volatile;
+       return test_type_id__once;
 }
 
 gpointer
index 312b74812efaf7e444740e94217f89e4bfdc823f..c6ce5c2340de8c9d2ebf85c9d7e04dfe65d32080 100644 (file)
@@ -275,13 +275,13 @@ fooclass_get_type_once (void)
 GType
 fooclass_get_type (void)
 {
-       static volatile gsize fooclass_type_id__volatile = 0;
-       if (g_once_init_enter (&fooclass_type_id__volatile)) {
+       static volatile gsize fooclass_type_id__once = 0;
+       if (g_once_init_enter (&fooclass_type_id__once)) {
                GType fooclass_type_id;
                fooclass_type_id = fooclass_get_type_once ();
-               g_once_init_leave (&fooclass_type_id__volatile, fooclass_type_id);
+               g_once_init_leave (&fooclass_type_id__once, fooclass_type_id);
        }
-       return fooclass_type_id__volatile;
+       return fooclass_type_id__once;
 }
 
 gpointer
index 308e19768d9155649e589aa476e5757cf6805672..d21a63354d1fcc92a68a199d2c39b89f96f410ef 100644 (file)
@@ -40,13 +40,13 @@ foo_enum_get_type_once (void)
 GType
 foo_enum_get_type (void)
 {
-       static volatile gsize foo_enum_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_enum_type_id__volatile)) {
+       static volatile gsize foo_enum_type_id__once = 0;
+       if (g_once_init_enter (&foo_enum_type_id__once)) {
                GType foo_enum_type_id;
                foo_enum_type_id = foo_enum_get_type_once ();
-               g_once_init_leave (&foo_enum_type_id__volatile, foo_enum_type_id);
+               g_once_init_leave (&foo_enum_type_id__once, foo_enum_type_id);
        }
-       return foo_enum_type_id__volatile;
+       return foo_enum_type_id__once;
 }
 
 static void
index d85d9c4004586f3e9c7c6da258a43066a54cb89e..79d558cfc8740c3c7ef0fa7d509f1046ce48afc1 100644 (file)
@@ -58,13 +58,13 @@ foo_struct_get_type_once (void)
 GType
 foo_struct_get_type (void)
 {
-       static volatile gsize foo_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_struct_type_id__volatile)) {
+       static volatile gsize foo_struct_type_id__once = 0;
+       if (g_once_init_enter (&foo_struct_type_id__once)) {
                GType foo_struct_type_id;
                foo_struct_type_id = foo_struct_get_type_once ();
-               g_once_init_leave (&foo_struct_type_id__volatile, foo_struct_type_id);
+               g_once_init_leave (&foo_struct_type_id__once, foo_struct_type_id);
        }
-       return foo_struct_type_id__volatile;
+       return foo_struct_type_id__once;
 }
 
 static void
index d750f192807b6e4ca703943753321ad6cba0ae42..d128ee437d70936ab7a1b8bee646197128f4da5e 100644 (file)
@@ -261,13 +261,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index ff128a52b2e65f9a73a24fe61636dd8394a041f2..08c0cadf761b2f8572305a6b58a50e9d2ea5513d 100644 (file)
@@ -35,13 +35,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 3a932f3f95d29083595458dc49f7fe085d79aeb3..eb971637c8b2cdf95e7d94717c7d6351f9a24786 100644 (file)
@@ -65,13 +65,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 415f67326fc45894c25be924e7ecb2ce286787c9..b4630c7de48170281365455cf20485f292aa053d 100644 (file)
@@ -54,13 +54,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index e5ae83e1d6c83fdfcfa2495583949e8f6f843dee..c2a0932e87ab1b23b446c58d1fbced5ff84b6c5e 100644 (file)
@@ -54,13 +54,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 30f0cea8211d17de6f5d3fee2eb3e14837c94938..912b045c91777d58b403defa56aa6e3e56c81412 100644 (file)
@@ -110,13 +110,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -304,13 +304,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 4b37d7a2882820a22a3e5b04e447c98a75e58bd8..6deb21ef321b74eae68c4f96d58daf6abf4c7e20 100644 (file)
@@ -296,13 +296,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index c1a2ba7950acf7d40619beb9c36b19e80f44c595..af66c6effe14fbf12b2206ea866a8286bc13eb69 100644 (file)
@@ -77,13 +77,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gint*
index 1f894f5132d9196b00be41eb5c67e91d1f2858c5..6e82e37fdd5409e550ab3c73f0870530309883c9 100644 (file)
@@ -250,13 +250,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index ce34953298ee01211897dbe415da932480f2b9a6..70c745aecd1d03f952355744ad66179dcd0ef383 100644 (file)
@@ -250,13 +250,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index fb619020af08dcc693ab98282faec8e44cd22748..2b018ebf6009c3233260694b73e9311cdebcc5ff 100644 (file)
@@ -250,13 +250,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 773baadfe5039ab542eacb7a29369b9d5242eb56..36cfb4b90024d904100e50ad44d1ddc9ded7f318 100644 (file)
@@ -329,13 +329,13 @@ global_testclass_get_type_once (void)
 GType
 global_testclass_get_type (void)
 {
-       static volatile gsize global_testclass_type_id__volatile = 0;
-       if (g_once_init_enter (&global_testclass_type_id__volatile)) {
+       static volatile gsize global_testclass_type_id__once = 0;
+       if (g_once_init_enter (&global_testclass_type_id__once)) {
                GType global_testclass_type_id;
                global_testclass_type_id = global_testclass_get_type_once ();
-               g_once_init_leave (&global_testclass_type_id__volatile, global_testclass_type_id);
+               g_once_init_leave (&global_testclass_type_id__once, global_testclass_type_id);
        }
-       return global_testclass_type_id__volatile;
+       return global_testclass_type_id__once;
 }
 
 gpointer
@@ -424,13 +424,13 @@ maman_bar_get_type_once (void)
 GType
 maman_bar_get_type (void)
 {
-       static volatile gsize maman_bar_type_id__volatile = 0;
-       if (g_once_init_enter (&maman_bar_type_id__volatile)) {
+       static volatile gsize maman_bar_type_id__once = 0;
+       if (g_once_init_enter (&maman_bar_type_id__once)) {
                GType maman_bar_type_id;
                maman_bar_type_id = maman_bar_get_type_once ();
-               g_once_init_leave (&maman_bar_type_id__volatile, maman_bar_type_id);
+               g_once_init_leave (&maman_bar_type_id__once, maman_bar_type_id);
        }
-       return maman_bar_type_id__volatile;
+       return maman_bar_type_id__once;
 }
 
 FooSubClassInNestedNamespace*
@@ -617,13 +617,13 @@ foo_sub_class_in_nested_namespace_get_type_once (void)
 GType
 foo_sub_class_in_nested_namespace_get_type (void)
 {
-       static volatile gsize foo_sub_class_in_nested_namespace_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_sub_class_in_nested_namespace_type_id__volatile)) {
+       static volatile gsize foo_sub_class_in_nested_namespace_type_id__once = 0;
+       if (g_once_init_enter (&foo_sub_class_in_nested_namespace_type_id__once)) {
                GType foo_sub_class_in_nested_namespace_type_id;
                foo_sub_class_in_nested_namespace_type_id = foo_sub_class_in_nested_namespace_get_type_once ();
-               g_once_init_leave (&foo_sub_class_in_nested_namespace_type_id__volatile, foo_sub_class_in_nested_namespace_type_id);
+               g_once_init_leave (&foo_sub_class_in_nested_namespace_type_id__once, foo_sub_class_in_nested_namespace_type_id);
        }
-       return foo_sub_class_in_nested_namespace_type_id__volatile;
+       return foo_sub_class_in_nested_namespace_type_id__once;
 }
 
 gpointer
index 65434b71f0c76c8dda22279af849fda4b0c989ee..824787809bddcbf5ff8224bc2bfaab2d2781cfa6 100644 (file)
@@ -297,13 +297,13 @@ bar_foo_get_type_once (void)
 GType
 bar_foo_get_type (void)
 {
-       static volatile gsize bar_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_foo_type_id__volatile)) {
+       static volatile gsize bar_foo_type_id__once = 0;
+       if (g_once_init_enter (&bar_foo_type_id__once)) {
                GType bar_foo_type_id;
                bar_foo_type_id = bar_foo_get_type_once ();
-               g_once_init_leave (&bar_foo_type_id__volatile, bar_foo_type_id);
+               g_once_init_leave (&bar_foo_type_id__once, bar_foo_type_id);
        }
-       return bar_foo_type_id__volatile;
+       return bar_foo_type_id__once;
 }
 
 gpointer
@@ -520,13 +520,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 8c9afc5a9903c7ac9a019c003a2c5299b72a2207..c8b4dca917cea64c1ba1515288488a05973348a6 100644 (file)
@@ -278,13 +278,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -346,13 +346,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 33d081d5fd502d343a4063e9918d66018ab74ccf..11a23c41ee9fbaa6e9228c7b8ff9f2c77ce57bf6 100644 (file)
@@ -375,13 +375,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index c08e527581fdf77b346c86d8a69041dd25bc6af3..f0652e5619d4b6917ed3cd139d807dc16939786e 100644 (file)
@@ -276,13 +276,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -344,13 +344,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 4cf2d90d7d5ec2f23e27da86f50cadb8256da9a5..66fd9e76a8c154fa4eba8eb1b33e3e5fe977cc6d 100644 (file)
@@ -430,13 +430,13 @@ baz_foo_bar1_get_type_once (void)
 GType
 baz_foo_bar1_get_type (void)
 {
-       static volatile gsize baz_foo_bar1_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_foo_bar1_type_id__volatile)) {
+       static volatile gsize baz_foo_bar1_type_id__once = 0;
+       if (g_once_init_enter (&baz_foo_bar1_type_id__once)) {
                GType baz_foo_bar1_type_id;
                baz_foo_bar1_type_id = baz_foo_bar1_get_type_once ();
-               g_once_init_leave (&baz_foo_bar1_type_id__volatile, baz_foo_bar1_type_id);
+               g_once_init_leave (&baz_foo_bar1_type_id__once, baz_foo_bar1_type_id);
        }
-       return baz_foo_bar1_type_id__volatile;
+       return baz_foo_bar1_type_id__once;
 }
 
 gpointer
@@ -478,13 +478,13 @@ baz_foo_ibar1_get_type_once (void)
 GType
 baz_foo_ibar1_get_type (void)
 {
-       static volatile gsize baz_foo_ibar1_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_foo_ibar1_type_id__volatile)) {
+       static volatile gsize baz_foo_ibar1_type_id__once = 0;
+       if (g_once_init_enter (&baz_foo_ibar1_type_id__once)) {
                GType baz_foo_ibar1_type_id;
                baz_foo_ibar1_type_id = baz_foo_ibar1_get_type_once ();
-               g_once_init_leave (&baz_foo_ibar1_type_id__volatile, baz_foo_ibar1_type_id);
+               g_once_init_leave (&baz_foo_ibar1_type_id__once, baz_foo_ibar1_type_id);
        }
-       return baz_foo_ibar1_type_id__volatile;
+       return baz_foo_ibar1_type_id__once;
 }
 
 static void
@@ -657,13 +657,13 @@ baz_foo_get_type_once (void)
 GType
 baz_foo_get_type (void)
 {
-       static volatile gsize baz_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_foo_type_id__volatile)) {
+       static volatile gsize baz_foo_type_id__once = 0;
+       if (g_once_init_enter (&baz_foo_type_id__once)) {
                GType baz_foo_type_id;
                baz_foo_type_id = baz_foo_get_type_once ();
-               g_once_init_leave (&baz_foo_type_id__volatile, baz_foo_type_id);
+               g_once_init_leave (&baz_foo_type_id__once, baz_foo_type_id);
        }
-       return baz_foo_type_id__volatile;
+       return baz_foo_type_id__once;
 }
 
 gpointer
@@ -870,13 +870,13 @@ baz_ifoo_bar2_get_type_once (void)
 GType
 baz_ifoo_bar2_get_type (void)
 {
-       static volatile gsize baz_ifoo_bar2_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_ifoo_bar2_type_id__volatile)) {
+       static volatile gsize baz_ifoo_bar2_type_id__once = 0;
+       if (g_once_init_enter (&baz_ifoo_bar2_type_id__once)) {
                GType baz_ifoo_bar2_type_id;
                baz_ifoo_bar2_type_id = baz_ifoo_bar2_get_type_once ();
-               g_once_init_leave (&baz_ifoo_bar2_type_id__volatile, baz_ifoo_bar2_type_id);
+               g_once_init_leave (&baz_ifoo_bar2_type_id__once, baz_ifoo_bar2_type_id);
        }
-       return baz_ifoo_bar2_type_id__volatile;
+       return baz_ifoo_bar2_type_id__once;
 }
 
 gpointer
@@ -918,13 +918,13 @@ baz_ifoo_ibar2_get_type_once (void)
 GType
 baz_ifoo_ibar2_get_type (void)
 {
-       static volatile gsize baz_ifoo_ibar2_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_ifoo_ibar2_type_id__volatile)) {
+       static volatile gsize baz_ifoo_ibar2_type_id__once = 0;
+       if (g_once_init_enter (&baz_ifoo_ibar2_type_id__once)) {
                GType baz_ifoo_ibar2_type_id;
                baz_ifoo_ibar2_type_id = baz_ifoo_ibar2_get_type_once ();
-               g_once_init_leave (&baz_ifoo_ibar2_type_id__volatile, baz_ifoo_ibar2_type_id);
+               g_once_init_leave (&baz_ifoo_ibar2_type_id__once, baz_ifoo_ibar2_type_id);
        }
-       return baz_ifoo_ibar2_type_id__volatile;
+       return baz_ifoo_ibar2_type_id__once;
 }
 
 static void
@@ -946,13 +946,13 @@ baz_ifoo_get_type_once (void)
 GType
 baz_ifoo_get_type (void)
 {
-       static volatile gsize baz_ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_ifoo_type_id__volatile)) {
+       static volatile gsize baz_ifoo_type_id__once = 0;
+       if (g_once_init_enter (&baz_ifoo_type_id__once)) {
                GType baz_ifoo_type_id;
                baz_ifoo_type_id = baz_ifoo_get_type_once ();
-               g_once_init_leave (&baz_ifoo_type_id__volatile, baz_ifoo_type_id);
+               g_once_init_leave (&baz_ifoo_type_id__once, baz_ifoo_type_id);
        }
-       return baz_ifoo_type_id__volatile;
+       return baz_ifoo_type_id__once;
 }
 
 BazFooBar1*
@@ -1039,13 +1039,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
index e01ab167c2f7963ca88793f63dd2a2ab991a591d..8fa29a4b4cec4c7dbdb7cc5f6f527ab8543017d1 100644 (file)
@@ -256,13 +256,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 4d3d90528cb725413609109fdb0ed6a950d3d6be..77d97147b08151697429d9797713fd3fb8b2241b 100644 (file)
@@ -166,13 +166,13 @@ ifoo_get_type_once (void)
 GType
 ifoo_get_type (void)
 {
-       static volatile gsize ifoo_type_id__volatile = 0;
-       if (g_once_init_enter (&ifoo_type_id__volatile)) {
+       static volatile gsize ifoo_type_id__once = 0;
+       if (g_once_init_enter (&ifoo_type_id__once)) {
                GType ifoo_type_id;
                ifoo_type_id = ifoo_get_type_once ();
-               g_once_init_leave (&ifoo_type_id__volatile, ifoo_type_id);
+               g_once_init_leave (&ifoo_type_id__once, ifoo_type_id);
        }
-       return ifoo_type_id__volatile;
+       return ifoo_type_id__once;
 }
 
 GInitiallyUnowned*
@@ -205,13 +205,13 @@ ibar_get_type_once (void)
 GType
 ibar_get_type (void)
 {
-       static volatile gsize ibar_type_id__volatile = 0;
-       if (g_once_init_enter (&ibar_type_id__volatile)) {
+       static volatile gsize ibar_type_id__once = 0;
+       if (g_once_init_enter (&ibar_type_id__once)) {
                GType ibar_type_id;
                ibar_type_id = ibar_get_type_once ();
-               g_once_init_leave (&ibar_type_id__volatile, ibar_type_id);
+               g_once_init_leave (&ibar_type_id__once, ibar_type_id);
        }
-       return ibar_type_id__volatile;
+       return ibar_type_id__once;
 }
 
 static GInitiallyUnowned*
@@ -480,13 +480,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -570,13 +570,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 static void
index b4bf0569af1cd2ac51dac1a14bafe9716dd5027e..ebcf2a83c7f0b22eb4ac145898864c5438bd3422 100644 (file)
@@ -81,13 +81,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 825bb0c07dd88dbf3859b5a6be52ab032378bb31..d81553866f7e3130e2c799e456f26b653e7cde65 100644 (file)
@@ -295,13 +295,13 @@ manam_manam_get_type_once (void)
 GType
 manam_manam_get_type (void)
 {
-       static volatile gsize manam_manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_manam_type_id__volatile)) {
+       static volatile gsize manam_manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_manam_type_id__once)) {
                GType manam_manam_type_id;
                manam_manam_type_id = manam_manam_get_type_once ();
-               g_once_init_leave (&manam_manam_type_id__volatile, manam_manam_type_id);
+               g_once_init_leave (&manam_manam_type_id__once, manam_manam_type_id);
        }
-       return manam_manam_type_id__volatile;
+       return manam_manam_type_id__once;
 }
 
 gpointer
@@ -513,13 +513,13 @@ manam_foo_get_type_once (void)
 GType
 manam_foo_get_type (void)
 {
-       static volatile gsize manam_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_foo_type_id__volatile)) {
+       static volatile gsize manam_foo_type_id__once = 0;
+       if (g_once_init_enter (&manam_foo_type_id__once)) {
                GType manam_foo_type_id;
                manam_foo_type_id = manam_foo_get_type_once ();
-               g_once_init_leave (&manam_foo_type_id__volatile, manam_foo_type_id);
+               g_once_init_leave (&manam_foo_type_id__once, manam_foo_type_id);
        }
-       return manam_foo_type_id__volatile;
+       return manam_foo_type_id__once;
 }
 
 gpointer
index 1e589ffbc60f66d02a14c27dc0ce39d0c2293d7e..fc27197c9f12f755be12616c39fcf249d83daaad 100644 (file)
@@ -62,13 +62,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 9433c599e4ebc5aee5f86a5c7554b7befea19119..5b26dfc66e1ca9ab13d40ef374fe9ad27abafea0 100644 (file)
@@ -261,13 +261,13 @@ foo_manam_foo_get_type_once (void)
 GType
 foo_manam_foo_get_type (void)
 {
-       static volatile gsize foo_manam_foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_manam_foo_type_id__volatile)) {
+       static volatile gsize foo_manam_foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_manam_foo_type_id__once)) {
                GType foo_manam_foo_type_id;
                foo_manam_foo_type_id = foo_manam_foo_get_type_once ();
-               g_once_init_leave (&foo_manam_foo_type_id__volatile, foo_manam_foo_type_id);
+               g_once_init_leave (&foo_manam_foo_type_id__once, foo_manam_foo_type_id);
        }
-       return foo_manam_foo_type_id__volatile;
+       return foo_manam_foo_type_id__once;
 }
 
 gpointer
index 95d83e04dc0f9c58e686f4bb68b9608708049270..497e40268843b69f0c46129dff4dc8de726c3d77 100644 (file)
@@ -274,13 +274,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
@@ -342,13 +342,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 3774c1bdc279f73564261f78d3da2c89d3476819..3f0957f0545b57954684bfc98072fc0f466204e3 100644 (file)
@@ -255,13 +255,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index 616fc758dff56b3fc49fa685b3ccbd5b45353328..1faf737e2b483c2a736322300abead8c083d6940 100644 (file)
@@ -254,13 +254,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index a60d110d877406a202a95fc950e8c571f3ca517d..d7347f70b3c61220c530dc82d652d519e075525d 100644 (file)
@@ -34,13 +34,13 @@ foo_enum_get_type_once (void)
 GType
 foo_enum_get_type (void)
 {
-       static volatile gsize foo_enum_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_enum_type_id__volatile)) {
+       static volatile gsize foo_enum_type_id__once = 0;
+       if (g_once_init_enter (&foo_enum_type_id__once)) {
                GType foo_enum_type_id;
                foo_enum_type_id = foo_enum_get_type_once ();
-               g_once_init_leave (&foo_enum_type_id__volatile, foo_enum_type_id);
+               g_once_init_leave (&foo_enum_type_id__once, foo_enum_type_id);
        }
-       return foo_enum_type_id__volatile;
+       return foo_enum_type_id__once;
 }
 
 static void
index 452d2995c61c48ae2c8a69fec822d674ffe1344f..0d5488110fb4aa53620183ae2580ee96d72037a4 100644 (file)
@@ -250,13 +250,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 gpointer
index ea12f5aa28115d0ef23775afc6a64fec1d8b6cf1..36d03603697b595983c1567aafc13a501738d15d 100644 (file)
@@ -103,13 +103,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gpointer
index 9c8216849cf2c94d38a5e381de05432e6ba93a6d..8046ad9b74cbcd4279795d90cae34eb0a53cca21 100644 (file)
@@ -58,13 +58,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index 5e013309f5d3f8440b62d302576844a92873b64f..8bbabae5954963e0032e06ccaa9cfa232a397fc0 100644 (file)
@@ -57,13 +57,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index c4de2eb1c41e77b5d791f482bc23407c1e3600fb..3d5f56781fc5f068ee84779d078f0f240e3a8e8c 100644 (file)
@@ -103,13 +103,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -305,13 +305,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 7ca28e236e6bceb9db6cdd9fca5314f3ef9ea7f3..eed540bf73997d671d29312ff5aac53a37646181 100644 (file)
@@ -86,13 +86,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 00a7ba3c4aa38e4d80dc12c42bd0e167c7253a7d..7530689b91fadb06fe06d76d1df0fa772f14a2a0 100644 (file)
@@ -57,13 +57,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 3087d4599a958aed4860f7751d7fee80c50bf867..eb909283ef1276776118469208a5ecdbf1f98de0 100644 (file)
@@ -153,13 +153,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static inline gpointer
@@ -384,13 +384,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
index 820f33cfe7d941ac59cf3a149b7d274c7ec4020c..f0af93b3896ea9572ae9456e7dfe7c76bbf898c7 100644 (file)
@@ -65,13 +65,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index d70336d3e7ea53af2ad7771dfe8f82f75e63cdd6..fd6775b9d417036ebb4b83d629cf567451887a67 100644 (file)
@@ -57,13 +57,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 696b206acaff1ebb072fb995ee3937152379d9f1..77cae893727725452477e4da76e110c285489c14 100644 (file)
@@ -57,13 +57,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index dc6b2bf0e0382e0023d6cddd1865119c560595e2..561b64dd1c633a9e8bb0c8676ec1d197a70b26e0 100644 (file)
@@ -69,13 +69,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index 02791555a2aca9c2d7ce5fc045f007690040b425..003620863f304f9104cfb60620701fc315608b93 100644 (file)
@@ -71,13 +71,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index a11b15f0deef20d1533db55e50c4e46d0dd3a975..05d39686026da9d2d5d4048473b7bf1862d6ac33 100644 (file)
@@ -55,13 +55,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index 91c69baba238fe7f8ad8d7f633845ef2a34b36c3..4c60a22acd3f19fc44ededaec6e189aa284788b0 100644 (file)
@@ -68,13 +68,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 838a0d53e5c78c031115c68e4492bdd8c82563db..392fe9d3b91860a520cb0a746479700f3de6f652 100644 (file)
@@ -59,13 +59,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index 3915de2533181d9c219a0b07be235a3d654f58a6..7aec498f751ea84a9feca09c60f2b5cfdc450e10 100644 (file)
@@ -101,13 +101,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 06becc5d23f9d3b176e92d58262c198df707c428..5d699a61214ab978b9a848bd4254d80f44f717b3 100644 (file)
@@ -62,13 +62,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static GVariant*
index 5ddc58ed04e30b6fb4711d3373e1b7edca434d64..2bc1d446fa65206a4330ff7b26bd4472643a36fb 100644 (file)
@@ -69,13 +69,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 255621b6c87dcd9e7effd6c1eff9fdd0370066ed..1b00223a98c22a64dfc21afce09f7da151e3bf09 100644 (file)
@@ -59,13 +59,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -94,13 +94,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 3e05e5e454d0ad8aacec7ecfa881789c6e5e61a6..67b25b0c9bda0316f808d922630d729636f0419f 100644 (file)
@@ -64,13 +64,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index d0717e990e266120854fee5980d3544768e582fb..c5bd3e2240aaaee78968ad142c919cba5da58809 100644 (file)
@@ -79,13 +79,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
@@ -131,13 +131,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 8179531e62ffaa165581cf4fdbffa1d17c8c8cd6..aa4c9f7cef60767565595e4ac8f0dd159baee33f 100644 (file)
@@ -65,13 +65,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -100,13 +100,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static gboolean
index f2f605568c0704bc2579c1754bb67f32a08e8841..b10c074e01ec02894cef21c40cf5b61124992111 100644 (file)
@@ -65,13 +65,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
@@ -100,13 +100,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static gboolean
index 7edb24f094326055a3fbf9e4600ff11397ab506e..f6843cc0a9b0138ace8666eb99e2ab6dfa4d93d4 100644 (file)
@@ -97,13 +97,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gboolean
index 22a22e51745c72a5da6257a059ff3592c1ee4cda..927043755b18e9cc23cf465c9661bc82539e1856 100644 (file)
@@ -73,13 +73,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
index 27102f8c1be9b16c2d83f965eb9dc35721db0c15..78a2891cba887b99e326dc7dcf3ee95a751dfd55 100644 (file)
@@ -85,13 +85,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gpointer
@@ -243,13 +243,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static gpointer
index b75fe4e0aba056cd8097309608a37b100546d17d..cf1b5e63c4a06a4f3bda33428a0380441246d0d3 100644 (file)
@@ -195,13 +195,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index a40d668ba983a1b92f8faeb0e168915a4975c9f3..243135c6164c79b5481f76a0b5592027d31221b5 100644 (file)
@@ -110,13 +110,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 554b4d1b6fe3570e5695b82d8e5d2d076f3da0e3..93efcd45afd99b6621c24fb741cb52d5f4a0f999 100644 (file)
@@ -60,13 +60,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 Bar*
index e7179b09edbd22b881966ef7e414a0020405d762..e5966d7ed7f3c9c45a21fb19d177495bf601741a 100644 (file)
@@ -476,13 +476,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index b6139ec2d89114d5de562fbf1199c8b9e11dc52f..9d55b45a53a03de6ee0e2fc97c8c1e270e753a3d 100644 (file)
@@ -797,13 +797,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 gpointer
@@ -845,13 +845,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 Foo*
@@ -911,13 +911,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gpointer
@@ -1047,13 +1047,13 @@ foo_struct_get_type_once (void)
 GType
 foo_struct_get_type (void)
 {
-       static volatile gsize foo_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_struct_type_id__volatile)) {
+       static volatile gsize foo_struct_type_id__once = 0;
+       if (g_once_init_enter (&foo_struct_type_id__once)) {
                GType foo_struct_type_id;
                foo_struct_type_id = foo_struct_get_type_once ();
-               g_once_init_leave (&foo_struct_type_id__volatile, foo_struct_type_id);
+               g_once_init_leave (&foo_struct_type_id__once, foo_struct_type_id);
        }
-       return foo_struct_type_id__volatile;
+       return foo_struct_type_id__once;
 }
 
 static gchar**
index 5826926d7846702c3c207397bb8792f666bfb44c..305ce0ca4b425a48c81036e20ee3efad7546fb6f 100644 (file)
@@ -188,13 +188,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 81b8b4335ca9682bbb554262fdabe6d12a933417..6b12fe36d7102c59e61e5f985ab286479c218813 100644 (file)
@@ -90,13 +90,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
@@ -144,13 +144,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 2b3784cb3f835a8bd97f976a72e94fced46db81b..ebaa0fb62723584047c2146b578e6821bcc99ec8 100644 (file)
@@ -100,13 +100,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static gpointer
index f740399d5dd67a9218636d479d79864c9c8aefb9..5c5d2e5729f0a3f624c8c88f56cff7a17b1c5a57 100644 (file)
@@ -139,13 +139,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 void
@@ -194,13 +194,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 static void
index 8f8b83e5c2d7ea2605665f4d5f1b4ae625b84055..d1aabef1a359ce94a6cb587b4d6df2f95611a7d0 100644 (file)
@@ -102,13 +102,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static gpointer
@@ -165,13 +165,13 @@ bar_get_type_once (void)
 GType
 bar_get_type (void)
 {
-       static volatile gsize bar_type_id__volatile = 0;
-       if (g_once_init_enter (&bar_type_id__volatile)) {
+       static volatile gsize bar_type_id__once = 0;
+       if (g_once_init_enter (&bar_type_id__once)) {
                GType bar_type_id;
                bar_type_id = bar_get_type_once ();
-               g_once_init_leave (&bar_type_id__volatile, bar_type_id);
+               g_once_init_leave (&bar_type_id__once, bar_type_id);
        }
-       return bar_type_id__volatile;
+       return bar_type_id__once;
 }
 
 void
@@ -224,13 +224,13 @@ manam_get_type_once (void)
 GType
 manam_get_type (void)
 {
-       static volatile gsize manam_type_id__volatile = 0;
-       if (g_once_init_enter (&manam_type_id__volatile)) {
+       static volatile gsize manam_type_id__once = 0;
+       if (g_once_init_enter (&manam_type_id__once)) {
                GType manam_type_id;
                manam_type_id = manam_get_type_once ();
-               g_once_init_leave (&manam_type_id__volatile, manam_type_id);
+               g_once_init_leave (&manam_type_id__once, manam_type_id);
        }
-       return manam_type_id__volatile;
+       return manam_type_id__once;
 }
 
 Baz*
@@ -259,13 +259,13 @@ baz_get_type_once (void)
 GType
 baz_get_type (void)
 {
-       static volatile gsize baz_type_id__volatile = 0;
-       if (g_once_init_enter (&baz_type_id__volatile)) {
+       static volatile gsize baz_type_id__once = 0;
+       if (g_once_init_enter (&baz_type_id__once)) {
                GType baz_type_id;
                baz_type_id = baz_get_type_once ();
-               g_once_init_leave (&baz_type_id__volatile, baz_type_id);
+               g_once_init_leave (&baz_type_id__once, baz_type_id);
        }
-       return baz_type_id__volatile;
+       return baz_type_id__once;
 }
 
 static gpointer
index 7701a87e13164b070a9eab2ef9a25b61b96eeacc..6c6c164705b765f5ac07524a21d1a6f1003877cc 100644 (file)
@@ -59,13 +59,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index dba7370e0ba824e88cbc1c078a84d6144b5fe3aa..fe1b35e0b0817a5999ed013a9e8edecfa1eb72f0 100644 (file)
@@ -53,13 +53,13 @@ foo_get_type_once (void)
 GType
 foo_get_type (void)
 {
-       static volatile gsize foo_type_id__volatile = 0;
-       if (g_once_init_enter (&foo_type_id__volatile)) {
+       static volatile gsize foo_type_id__once = 0;
+       if (g_once_init_enter (&foo_type_id__once)) {
                GType foo_type_id;
                foo_type_id = foo_get_type_once ();
-               g_once_init_leave (&foo_type_id__volatile, foo_type_id);
+               g_once_init_leave (&foo_type_id__once, foo_type_id);
        }
-       return foo_type_id__volatile;
+       return foo_type_id__once;
 }
 
 static void
index 6d86fbf341d4f9b94cdacd4ede3b9d4796b554d8..21f15f50ec3af6a392fac139e58cc5fa782d9108 100644 (file)
@@ -120,13 +120,13 @@ simple_struct_get_type_once (void)
 GType
 simple_struct_get_type (void)
 {
-       static volatile gsize simple_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&simple_struct_type_id__volatile)) {
+       static volatile gsize simple_struct_type_id__once = 0;
+       if (g_once_init_enter (&simple_struct_type_id__once)) {
                GType simple_struct_type_id;
                simple_struct_type_id = simple_struct_get_type_once ();
-               g_once_init_leave (&simple_struct_type_id__volatile, simple_struct_type_id);
+               g_once_init_leave (&simple_struct_type_id__once, simple_struct_type_id);
        }
-       return simple_struct_type_id__volatile;
+       return simple_struct_type_id__once;
 }
 
 PublicStruct*
@@ -155,13 +155,13 @@ public_struct_get_type_once (void)
 GType
 public_struct_get_type (void)
 {
-       static volatile gsize public_struct_type_id__volatile = 0;
-       if (g_once_init_enter (&public_struct_type_id__volatile)) {
+       static volatile gsize public_struct_type_id__once = 0;
+       if (g_once_init_enter (&public_struct_type_id__once)) {
                GType public_struct_type_id;
                public_struct_type_id = public_struct_get_type_once ();
-               g_once_init_leave (&public_struct_type_id__volatile, public_struct_type_id);
+               g_once_init_leave (&public_struct_type_id__once, public_struct_type_id);
        }
-       return public_struct_type_id__volatile;
+       return public_struct_type_id__once;
 }
 
 void
@@ -199,13 +199,13 @@ struct_with_creation_method_get_type_once (void)
 GType
 struct_with_creation_method_get_type (void)
 {
-       static volatile gsize struct_with_creation_method_type_id__volatile = 0;
-       if (g_once_init_enter (&struct_with_creation_method_type_id__volatile)) {
+       static volatile gsize struct_with_creation_method_type_id__once = 0;
+       if (g_once_init_enter (&struct_with_creation_method_type_id__once)) {
                GType struct_with_creation_method_type_id;
                struct_with_creation_method_type_id = struct_with_creation_method_get_type_once ();
-               g_once_init_leave (&struct_with_creation_method_type_id__volatile, struct_with_creation_method_type_id);
+               g_once_init_leave (&struct_with_creation_method_type_id__once, struct_with_creation_method_type_id);
        }
-       return struct_with_creation_method_type_id__volatile;
+       return struct_with_creation_method_type_id__once;
 }
 
 void
@@ -243,13 +243,13 @@ struct_with_named_creation_method_get_type_once (void)
 GType
 struct_with_named_creation_method_get_type (void)
 {
-       static volatile gsize struct_with_named_creation_method_type_id__volatile = 0;
-       if (g_once_init_enter (&struct_with_named_creation_method_type_id__volatile)) {
+       static volatile gsize struct_with_named_creation_method_type_id__once = 0;
+       if (g_once_init_enter (&struct_with_named_creation_method_type_id__once)) {
                GType struct_with_named_creation_method_type_id;
                struct_with_named_creation_method_type_id = struct_with_named_creation_method_get_type_once ();
-               g_once_init_leave (&struct_with_named_creation_method_type_id__volatile, struct_with_named_creation_method_type_id);
+               g_once_init_leave (&struct_with_named_creation_method_type_id__once, struct_with_named_creation_method_type_id);
        }
-       return struct_with_named_creation_method_type_id__volatile;
+       return struct_with_named_creation_method_type_id__once;
 }
 
 void
@@ -334,13 +334,13 @@ struct_with_func_get_type_once (void)
 GType
 struct_with_func_get_type (void)
 {
-       static volatile gsize struct_with_func_type_id__volatile = 0;
-       if (g_once_init_enter (&struct_with_func_type_id__volatile)) {
+       static volatile gsize struct_with_func_type_id__once = 0;
+       if (g_once_init_enter (&struct_with_func_type_id__once)) {
                GType struct_with_func_type_id;
                struct_with_func_type_id = struct_with_func_get_type_once ();
-               g_once_init_leave (&struct_with_func_type_id__volatile, struct_with_func_type_id);
+               g_once_init_leave (&struct_with_func_type_id__once, struct_with_func_type_id);
        }
-       return struct_with_func_type_id__volatile;
+       return struct_with_func_type_id__once;
 }
 
 void