glib r7006 - in trunk/docs/reference: . gobject/tmpl



Author: matthiasc
Date: Wed Jun 11 17:00:57 2008
New Revision: 7006
URL: http://svn.gnome.org/viewvc/glib?rev=7006&view=rev

Log:
Improve docs


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gobject/tmpl/gtype.sgml

Modified: trunk/docs/reference/gobject/tmpl/gtype.sgml
==============================================================================
--- trunk/docs/reference/gobject/tmpl/gtype.sgml	(original)
+++ trunk/docs/reference/gobject/tmpl/gtype.sgml	Wed Jun 11 17:00:57 2008
@@ -211,14 +211,14 @@
 @base_init: 	 Location of the base initialization function (optional).
 @base_finalize:  Location of the base finalization function (optional).
 @class_init: 	 Location of the class initialization function for
-  classed and types. Location of the default vtable inititalization
-  function for interface types. (optional) This function is used both
-  to fill in virtual functions in the class or default vtable, and
-  to do type-specific setup such as registering signals and object
+  classed and instantiatable types. Location of the default vtable 
+  inititalization function for interface types. (optional) This function 
+  is used both to fill in virtual functions in the class or default vtable, 
+  and to do type-specific setup such as registering signals and object
   properties.
 @class_finalize: Location of the class finalization function for
-  classed and types. Location fo the default vtable finalization
-  function for interface types. (optional)
+  classed and instantiatable types. Location fo the default vtable 
+  finalization function for interface types. (optional)
 @class_data: 	 User-supplied data passed to the class init/finalize functions.
 @instance_size:  Size of the instance (object) structure (required for instantiatable types only).
 @n_preallocs: 	 Prior to GLib 2.10, it specified the number of pre-allocated (cached) instances to reserve memory for (0 indicates no caching). Since GLib 2.10, it is ignored, since instances are allocated with the <link linkend="glib-Memory-Slices">slice allocator</link> now.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]