Fix docs for g_cclosure_marshal_STRING__OBJECT_POINTER. (#534177, Areg
authorMatthias Clasen <mclasen@redhat.com>
Sun, 25 May 2008 19:53:47 +0000 (19:53 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 25 May 2008 19:53:47 +0000 (19:53 +0000)
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

docs/reference/ChangeLog
docs/reference/gobject/tmpl/gclosure.sgml

index dcfdebb..12d7b8a 100644 (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.
index 22b4623..8d5b21c 100644 (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