glib r6929 - in trunk/docs/reference: . gobject/tmpl
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6929 - in trunk/docs/reference: . gobject/tmpl
- Date: Sun, 25 May 2008 19:53:47 +0000 (UTC)
Author: matthiasc
Date: Sun May 25 19:53:47 2008
New Revision: 6929
URL: http://svn.gnome.org/viewvc/glib?rev=6929&view=rev
Log:
2008-05-25 Matthias Clasen <mclasen redhat com>
* gobject/tmpl/gclosure.sgml: Fix docs for
g_cclosure_marshal_STRING__OBJECT_POINTER. (#534177, Areg Beketovski)
Modified:
trunk/docs/reference/ChangeLog
trunk/docs/reference/gobject/tmpl/gclosure.sgml
Modified: trunk/docs/reference/gobject/tmpl/gclosure.sgml
==============================================================================
--- trunk/docs/reference/gobject/tmpl/gclosure.sgml (original)
+++ trunk/docs/reference/gobject/tmpl/gclosure.sgml Sun May 25 19:53:47 2008
@@ -774,11 +774,11 @@
<!-- ##### 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]