Fix docs for g_cclosure_marshal_STRING__OBJECT_POINTER. (#534177, Areg

2008-05-25  Matthias Clasen  <mclasen@redhat.com>

        * gobject/tmpl/gclosure.sgml: Fix docs for
        g_cclosure_marshal_STRING__OBJECT_POINTER. (#534177, Areg Beketovski)

svn path=/trunk/; revision=6929
This commit is contained in:
Matthias Clasen 2008-05-25 19:53:47 +00:00 committed by Matthias Clasen
parent 8b6fdb362f
commit 9f64fa6fe9
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-05-25 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/gclosure.sgml: Fix docs for
g_cclosure_marshal_STRING__OBJECT_POINTER. (#534177, Areg Beketovski)
2008-05-18 Matthias Clasen <mclasen@redhat.com>
Bug 527214 g_timer_elapsed() returns random values.

View File

@ -774,11 +774,11 @@ A marshaller for a #GCClosure with a callback of type
<!-- ##### FUNCTION g_cclosure_marshal_STRING__OBJECT_POINTER ##### -->
<para>
A marshaller for a #GCClosure with a callback of type
<literal>void (*callback) (gpointer instance, GObject *arg1, gpointer arg2, gpointer user_data)</literal>.
<literal>gchar* (*callback) (gpointer instance, GObject *arg1, gpointer arg2, gpointer user_data)</literal>.
</para>
@closure: the #GClosure to which the marshaller belongs
@return_value: ignored
@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