]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtktypeutils.sgml
2.9.0
[~andy/gtk] / docs / reference / gtk / tmpl / gtktypeutils.sgml
index 84a3bf7da639024acccbc6399f7bbca185890da7..99ed66cfa30194ed6d117484d2ffe015efc443ec 100644 (file)
@@ -15,6 +15,9 @@ managed at runtime.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### TYPEDEF GtkType ##### -->
 <para>
 #GtkType is unique integer identifying the type.  The guts of the
@@ -39,6 +42,7 @@ Returns the type name of @class.
 @class: a #GtkTypeClass.
 @Deprecated: Use g_type_name() and G_TYPE_FROM_CLASS() instead.
 
+
 <!-- ##### MACRO GTK_CLASS_TYPE ##### -->
 <para>
 Returns the type of @class.
@@ -47,6 +51,7 @@ Returns the type of @class.
 @class: a #GtkTypeClass.
 @Deprecated: Use G_TYPE_FROM_CLASS() instead.
 
+
 <!-- ##### MACRO GTK_TYPE_IS_OBJECT ##### -->
 <para>
 Returns %TRUE if @type is a %GTK_TYPE_OBJECT.
@@ -55,6 +60,7 @@ Returns %TRUE if @type is a %GTK_TYPE_OBJECT.
 @type: a #GtkType.
 @Deprecated: Use G_TYPE_IS_OBJECT() instead.
 
+
 <!-- ##### MACRO GTK_TYPE_FUNDAMENTAL_LAST ##### -->
 <para>
 The highest-numbered structured or flat enumerated type value.
@@ -62,6 +68,7 @@ The highest-numbered structured or flat enumerated type value.
 
 @Deprecated: Use #G_TYPE_LAST_RESERVED_FUNDAMENTAL - 1 instead.
 
+
 <!-- ##### MACRO GTK_TYPE_FUNDAMENTAL_MAX ##### -->
 <para>
 The maximum fundamental enumerated type value.
@@ -69,6 +76,7 @@ The maximum fundamental enumerated type value.
 
 @Deprecated: Use #G_TYPE_FUNDAMENTAL_MAX instead.
 
+
 <!-- ##### MACRO GTK_STRUCT_OFFSET ##### -->
 <para>
 Use in place of <function>offsetof()</function>, which is used if it exists.
@@ -76,6 +84,7 @@ Use in place of <function>offsetof()</function>, which is used if it exists.
 
 @Deprecated: Use G_STRUCT_OFFSET() instead.
 
+
 <!-- ##### MACRO GTK_CHECK_CAST ##### -->
 <para>
 Casts the object in @tobj into @cast.  If %G_DISABLE_CAST_CHECKS is
@@ -83,6 +92,8 @@ defined, just cast it.  Otherwise, check to see if we can cast @tobj
 into a @cast.
 </para>
 
+
+
 <!-- ##### MACRO GTK_CHECK_CLASS_CAST ##### -->
 <para>
 Casts the object in @tobj into @cast.  If %G_DISABLE_CAST_CHECKS is
@@ -90,6 +101,7 @@ defined, just cast it.  Otherwise, check to see if we can cast @tobj
 into a @cast.
 </para>
 
+<!-- # Unused Parameters # -->
 @tclass: a #GtkClassInitFunc
 @cast_type: a GTK+ type.
 @cast: a C type
@@ -100,8 +112,8 @@ into a @cast.
 Determines whether @type_object is a type of @otype.
 </para>
 
+<!-- # Unused Parameters # -->
 @type_object: a #GtkTypeObject object
-@otype: 
 
 
 <!-- ##### MACRO GTK_CHECK_CLASS_TYPE ##### -->
@@ -109,8 +121,8 @@ Determines whether @type_object is a type of @otype.
 Determines whether @type_class is a type of @otype.
 </para>
 
+<!-- # Unused Parameters # -->
 @type_class: a #GtkTypeClass class.
-@otype: 
 
 
 <!-- ##### MACRO GTK_CHECK_GET_CLASS ##### -->
@@ -118,6 +130,7 @@ Determines whether @type_class is a type of @otype.
 Gets the class of @tobj.
 </para>
 
+<!-- # Unused Parameters # -->
 @tobj: a #GtkObject.
 
 
@@ -126,7 +139,6 @@ Gets the class of @tobj.
 Converts a GTK+ type into a fundamental type.
 </para>
 
-@type: 
 
 
 <!-- ##### MACRO GTK_SIGNAL_FUNC ##### -->
@@ -482,7 +494,7 @@ The base structure for a GTK+ type. Every type inherits this as a base structure
 
 <!-- ##### TYPEDEF GtkEnumValue ##### -->
 <para>
-A structure which contains a single enum value, and its name, and it's
+A structure which contains a single enum value, and its name, and its
 nickname.
 </para>