mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-03 06:13:08 +02:00
Improve docs
svn path=/trunk/; revision=7007
This commit is contained in:
parent
74820f48db
commit
5b12bf33a4
@ -1,3 +1,11 @@
|
|||||||
|
2008-06-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 530527 – Misprint in the description of the interface
|
||||||
|
g_cclosure_marshal_VOID__FLAGS
|
||||||
|
|
||||||
|
* gobject/tmpl/gclosure.sgml: Fix a duplication.
|
||||||
|
Noticed by Areg Beketovski
|
||||||
|
|
||||||
2008-06-11 Matthias Clasen <mclasen@redhat.com>
|
2008-06-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 530526 – Misprint in the description of the fields 'class_init'
|
Bug 530526 – Misprint in the description of the fields 'class_init'
|
||||||
|
@ -653,8 +653,7 @@ A marshaller for a #GCClosure with a callback of type
|
|||||||
<!-- ##### FUNCTION g_cclosure_marshal_VOID__FLAGS ##### -->
|
<!-- ##### FUNCTION g_cclosure_marshal_VOID__FLAGS ##### -->
|
||||||
<para>
|
<para>
|
||||||
A marshaller for a #GCClosure with a callback of type
|
A marshaller for a #GCClosure with a callback of type
|
||||||
<literal>void (*callback) (gpointer instance, gint arg1, gpointer user_data)</literal> where the #gint parameter denotes a flags type
|
<literal>void (*callback) (gpointer instance, gint arg1, gpointer user_data)</literal> where the #gint parameter denotes a flags type.
|
||||||
denotes a flags type.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@closure: the #GClosure to which the marshaller belongs
|
@closure: the #GClosure to which the marshaller belongs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user