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



Author: matthiasc
Date: Wed Jun 11 18:25:44 2008
New Revision: 7011
URL: http://svn.gnome.org/viewvc/glib?rev=7011&view=rev

Log:
        * glib/tmpl/macros_misc.sgml:
        * gobject/tmpl/gclosure.sgml:
        * gobject/tmpl/gtype.sgml: Fix typos
        Noticed by Areg Beketovski



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

Modified: trunk/docs/reference/glib/tmpl/macros_misc.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/macros_misc.sgml	(original)
+++ trunk/docs/reference/glib/tmpl/macros_misc.sgml	Wed Jun 11 18:25:44 2008
@@ -322,7 +322,7 @@
 
 <!-- ##### MACRO G_HAVE_GNUC_VISIBILITY ##### -->
 <para>
-This macro is defined as 1 if the the compiler supports ELF visibility 
+This macro is defined as 1 if the compiler supports ELF visibility 
 attributes (currently only <command>gcc</command>).
 </para>
 

Modified: trunk/docs/reference/gobject/tmpl/gclosure.sgml
==============================================================================
--- trunk/docs/reference/gobject/tmpl/gclosure.sgml	(original)
+++ trunk/docs/reference/gobject/tmpl/gclosure.sgml	Wed Jun 11 18:25:44 2008
@@ -148,7 +148,7 @@
 @n_param_values: the length of the @param_values array
 @param_values: an array of #GValue<!-- -->s holding the arguments on
   which to invoke the callback of @closure
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller,
   see g_closure_set_marshal() and g_closure_set_meta_marshal()
@@ -525,7 +525,7 @@
 @return_value: ignored
 @n_param_values: 1
 @param_values: a #GValue array holding only the instance
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -540,7 +540,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #gboolean parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -555,7 +555,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #gchar parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -570,7 +570,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #guchar parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -585,7 +585,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #gint parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -600,7 +600,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #guint parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -615,7 +615,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #glong parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -630,7 +630,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #gulong parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -645,7 +645,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the enumeration parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -660,7 +660,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the flags parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -675,7 +675,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #gfloat parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -690,7 +690,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #gdouble parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -705,7 +705,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #gchar* parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -720,7 +720,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #GParamSpec* parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -735,7 +735,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #GBoxed* parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -750,7 +750,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #gpointer parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -765,7 +765,7 @@
 @return_value: ignored
 @n_param_values: 2
 @param_values: a #GValue array holding the instance and the #GObject* parameter
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -780,7 +780,7 @@
 @return_value: a #GValue, which can store the returned string
 @n_param_values: 3
 @param_values: a #GValue array holding instance, arg1 and arg2
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -795,7 +795,7 @@
 @return_value: ignored
 @n_param_values: 3
 @param_values: a #GValue array holding instance, arg1 and arg2
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 
@@ -811,7 +811,7 @@
 @return_value: a #GValue which can store the returned #gboolean
 @n_param_values: 2
 @param_values: a #GValue array holding instance and arg1
- invocation_hint: the invocation hint given as the the last argument
+ invocation_hint: the invocation hint given as the last argument
   to g_closure_invoke()
 @marshal_data: additional data specified when registering the marshaller
 

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 18:25:44 2008
@@ -791,9 +791,9 @@
 
 <!-- ##### FUNCTION g_type_class_add_private ##### -->
 <para>
-Registers a private structure for a instantiatable type;
+Registers a private structure for an instantiatable type;
 when an object is allocated, the private structures for
-the type and and all of its parent types are allocated
+the type and all of its parent types are allocated
 sequentially in the same memory block as the public
 structures. This function should be called in the
 type's class_init() function. The private structure can



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