From: Matthias Clasen Date: Sun, 25 May 2008 19:53:47 +0000 (+0000) Subject: Fix docs for g_cclosure_marshal_STRING__OBJECT_POINTER. (#534177, Areg X-Git-Tag: GLIB_2_17_0~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f64fa6fe9194cba3025fef9844567d35c7cfee9;p=platform%2Fupstream%2Fglib.git Fix docs for g_cclosure_marshal_STRING__OBJECT_POINTER. (#534177, Areg 2008-05-25 Matthias Clasen * gobject/tmpl/gclosure.sgml: Fix docs for g_cclosure_marshal_STRING__OBJECT_POINTER. (#534177, Areg Beketovski) svn path=/trunk/; revision=6929 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index dcfdebb..12d7b8a 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2008-05-25 Matthias Clasen + + * gobject/tmpl/gclosure.sgml: Fix docs for + g_cclosure_marshal_STRING__OBJECT_POINTER. (#534177, Areg Beketovski) + 2008-05-18 Matthias Clasen Bug 527214 – g_timer_elapsed() returns random values. diff --git a/docs/reference/gobject/tmpl/gclosure.sgml b/docs/reference/gobject/tmpl/gclosure.sgml index 22b4623..8d5b21c 100644 --- a/docs/reference/gobject/tmpl/gclosure.sgml +++ b/docs/reference/gobject/tmpl/gclosure.sgml @@ -774,11 +774,11 @@ A marshaller for a #GCClosure with a callback of type A marshaller for a #GCClosure with a callback of type -void (*callback) (gpointer instance, GObject *arg1, gpointer arg2, gpointer user_data). +gchar* (*callback) (gpointer instance, GObject *arg1, gpointer arg2, gpointer user_data). @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