mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
Fix typos Noticed by Areg Beketovski
* glib/tmpl/macros_misc.sgml: * gobject/tmpl/gclosure.sgml: * gobject/tmpl/gtype.sgml: Fix typos Noticed by Areg Beketovski svn path=/trunk/; revision=7011
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
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>
|
2008-06-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 528714 – Misprint in the description of the interface
|
Bug 528714 – Misprint in the description of the interface
|
||||||
|
@@ -322,7 +322,7 @@ See the GNU C documentation for details.
|
|||||||
|
|
||||||
<!-- ##### MACRO G_HAVE_GNUC_VISIBILITY ##### -->
|
<!-- ##### MACRO G_HAVE_GNUC_VISIBILITY ##### -->
|
||||||
<para>
|
<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>).
|
attributes (currently only <command>gcc</command>).
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@@ -148,7 +148,7 @@ The type used for marshaller functions.
|
|||||||
@n_param_values: the length of the @param_values array
|
@n_param_values: the length of the @param_values array
|
||||||
@param_values: an array of #GValue<!-- -->s holding the arguments on
|
@param_values: an array of #GValue<!-- -->s holding the arguments on
|
||||||
which to invoke the callback of @closure
|
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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller,
|
@marshal_data: additional data specified when registering the marshaller,
|
||||||
see g_closure_set_marshal() and g_closure_set_meta_marshal()
|
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
|
@return_value: ignored
|
||||||
@n_param_values: 1
|
@n_param_values: 1
|
||||||
@param_values: a #GValue array holding only the instance
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #gboolean parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #gchar parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #guchar parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #gint parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #guint parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #glong parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #gulong parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the enumeration parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the flags parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #gfloat parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #gdouble parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #gchar* parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #GParamSpec* parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #GBoxed* parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #gpointer parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding the instance and the #GObject* parameter
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: a #GValue, which can store the returned string
|
||||||
@n_param_values: 3
|
@n_param_values: 3
|
||||||
@param_values: a #GValue array holding instance, arg1 and arg2
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: ignored
|
||||||
@n_param_values: 3
|
@n_param_values: 3
|
||||||
@param_values: a #GValue array holding instance, arg1 and arg2
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@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
|
@return_value: a #GValue which can store the returned #gboolean
|
||||||
@n_param_values: 2
|
@n_param_values: 2
|
||||||
@param_values: a #GValue array holding instance and arg1
|
@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()
|
to g_closure_invoke()
|
||||||
@marshal_data: additional data specified when registering the marshaller
|
@marshal_data: additional data specified when registering the marshaller
|
||||||
|
|
||||||
|
@@ -791,9 +791,9 @@ g_type_class_peek (g_type_parent (G_TYPE_FROM_CLASS (g_class)));
|
|||||||
|
|
||||||
<!-- ##### FUNCTION g_type_class_add_private ##### -->
|
<!-- ##### FUNCTION g_type_class_add_private ##### -->
|
||||||
<para>
|
<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
|
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
|
sequentially in the same memory block as the public
|
||||||
structures. This function should be called in the
|
structures. This function should be called in the
|
||||||
type's class_init() function. The private structure can
|
type's class_init() function. The private structure can
|
||||||
|
Reference in New Issue
Block a user