Fix typos Noticed by Areg Beketovski
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Jun 2008 18:25:44 +0000 (18:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Jun 2008 18:25:44 +0000 (18:25 +0000)
        * glib/tmpl/macros_misc.sgml:
        * gobject/tmpl/gclosure.sgml:
        * gobject/tmpl/gtype.sgml: Fix typos
        Noticed by Areg Beketovski

svn path=/trunk/; revision=7011

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

index 73d6834..d22a7f9 100644 (file)
@@ -1,5 +1,15 @@
 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
 
+       Bug 528715 – Misprint in the description of the interface
+       g_type_class_add_private
+
+       * glib/tmpl/macros_misc.sgml:
+       * gobject/tmpl/gclosure.sgml:
+       * gobject/tmpl/gtype.sgml: Fix typos
+       Noticed by Areg Beketovski
+
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
        Bug 528714 – Misprint in the description of the interface 
        g_param_spec_flags
 
index d2a1da1..5ee1ee8 100644 (file)
@@ -322,7 +322,7 @@ See the GNU C documentation for details.
 
 <!-- ##### 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>
 
index ebd436a..5eee211 100644 (file)
@@ -148,7 +148,7 @@ The type used for marshaller functions.
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ A marshaller for a #GCClosure with a callback of type
 @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 @@ denotes a flags type.
 @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
 
index 8fc6826..8de586c 100644 (file)
@@ -791,9 +791,9 @@ g_type_class_peek (g_type_parent (G_TYPE_FROM_CLASS (g_class)));
 
 <!-- ##### 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