mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
parent
8b6fdb362f
commit
9f64fa6fe9
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user