Add docs.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 9 Dec 2002 19:47:10 +0000 (19:47 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 9 Dec 2002 19:47:10 +0000 (19:47 +0000)
* gobject/tmpl/gtype.sgml:
* gobject/tmpl/enumerations_flags.sgml: Add docs.

docs/reference/ChangeLog
docs/reference/gobject/tmpl/enumerations_flags.sgml
docs/reference/gobject/tmpl/gtype.sgml

index 9eee46b..f324c04 100644 (file)
@@ -1,5 +1,7 @@
 2002-12-09  Matthias Clasen  <maclas@gmx.de>
 
+       * gobject/tmpl/gtype.sgml: 
+       * gobject/tmpl/enumerations_flags.sgml: Add docs.
 
        * gobject/tmpl/gtype.sgml:
        * gobject/tmpl/gtypeplugin.sgml:
index cfc19dd..df93c12 100644 (file)
@@ -18,21 +18,12 @@ Enumeration and flags types
 
 </para>
 
-@g_type_class: 
-@minimum: 
-@maximum: 
-@n_values: 
-@values: 
 
 <!-- ##### STRUCT GFlagsClass ##### -->
 <para>
 
 </para>
 
-@g_type_class: 
-@mask: 
-@n_values: 
-@values: 
 
 <!-- ##### MACRO G_ENUM_CLASS_TYPE ##### -->
 <para>
@@ -60,18 +51,19 @@ Returns whether @type "is a" %G_TYPE_ENUM.
 
 <!-- ##### MACRO G_ENUM_CLASS ##### -->
 <para>
-
+Casts a derived #GEnumClass structure into a #GEnumClass structure.
 </para>
 
-@class: 
+@class: a valid #GEnumClass
 
 
 <!-- ##### MACRO G_IS_ENUM_CLASS ##### -->
 <para>
-
+Checks whether @class "is a" valid #GEnumClass structure of type %G_TYPE_ENUM
+or derived.
 </para>
 
-@class: 
+@class: a #GEnumClass
 
 
 <!-- ##### MACRO G_TYPE_IS_FLAGS ##### -->
@@ -84,18 +76,19 @@ Returns whether @type "is a" %G_TYPE_FLAGS.
 
 <!-- ##### MACRO G_FLAGS_CLASS ##### -->
 <para>
-
+Casts a derived #GFlagsClass structure into a #GFlagsClass structure.
 </para>
 
-@class: 
+@class: a valid #GFlagsClass
 
 
 <!-- ##### MACRO G_IS_FLAGS_CLASS ##### -->
 <para>
-
+Checks whether @class "is a" valid #GFlagsClass structure of type %G_TYPE_FLAGS
+or derived.
 </para>
 
-@class: 
+@class: a #GFlagsClass
 
 
 <!-- ##### MACRO G_FLAGS_CLASS_TYPE ##### -->
index f54f3df..42303a6 100644 (file)
@@ -1140,16 +1140,22 @@ implementing a fundamental type. Also language bindings should <emphasis>not</em
 use this function but g_object_new() instead.
 </para>
 
-@type:           An instantiabtable type to create an instance for.
+@type:           An instantiatable type to create an instance for.
 @Returns: An allocated and initialized instance, subject to further
          treatment by the fundamental type implementation.
 
 
 <!-- ##### FUNCTION g_type_free_instance ##### -->
 <para>
+Frees an instance of a type, returning it to the instance pool for the type,
+if there is one.
+</para>
+<para>
+Like g_type_create_instance(), this function is reserved for implementors of 
+fundamental types.
 </para>
 
-@instance: 
+@instance: an instance of a type.
 
 
 <!-- ##### FUNCTION g_type_add_class_cache_func ##### -->