mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
gsignal: Mark the return value of g_signal_emitv() as (inout) (optional)
https://bugzilla.gnome.org/show_bug.cgi?id=719966
This commit is contained in:
parent
ee742ec69c
commit
073a81d1da
@ -2940,7 +2940,9 @@ g_signal_has_handler_pending (gpointer instance,
|
||||
* is being emitted on. The rest are any arguments to be passed to the signal.
|
||||
* @signal_id: the signal id
|
||||
* @detail: the detail
|
||||
* @return_value: Location to store the return value of the signal emission.
|
||||
* @return_value: (inout) (optional): Location to
|
||||
* store the return value of the signal emission. This must be provided if the
|
||||
* specified signal returns a value, but may be ignored otherwise.
|
||||
*
|
||||
* Emits a signal.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user