diff --git a/doc/en/GLib/GType.xml b/doc/en/GLib/GType.xml index a6205884b..36f29e09a 100644 --- a/doc/en/GLib/GType.xml +++ b/doc/en/GLib/GType.xml @@ -120,8 +120,10 @@ Object to test for equality. Tests for equality. - if the native type is equivalent. - + + if the native type is equivalent. + + @@ -164,7 +166,7 @@ Native type name. Looks up a native type value by name. - the requested type, or if lookup fails. + the requested type, or if lookup fails. @@ -274,7 +276,7 @@ Native G_TYPE_LONG. - Note, it is safer to use when using managed long types. + Note, it is safer to use when using managed long types. @@ -335,7 +337,7 @@ a type to compare. a type to compare. Equality operator. - if , a and b are the same native type. + if , a and b are the same native type. @@ -368,7 +370,7 @@ a managed type. Casts a managed type to a native type. - a native type corresponding to the given native type, or if no corresponding type is found. + a native type corresponding to the given native type, or if no corresponding type is found. @@ -387,7 +389,7 @@ a type to compare. a type to compare. Inequality operator. - if , a and b are not the same native type. + if , a and b are not the same native type. @@ -509,7 +511,7 @@ The for gulong values. - Note: it is safer to use for managed ulongs. + Note: it is safer to use for managed ulongs.