mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'DarkTrick-main-patch-43422' into 'main'
doc: Explicitly said, that no null term. is needed See merge request GNOME/glib!2219
This commit is contained in:
commit
f26555b485
@ -3560,7 +3560,8 @@ g_signal_emit (gpointer instance,
|
||||
* @detailed_signal: a string of the form "signal-name::detail".
|
||||
* @...: parameters to be passed to the signal, followed by a
|
||||
* location for the return value. If the return type of the signal
|
||||
* is #G_TYPE_NONE, the return value location can be omitted.
|
||||
* is %G_TYPE_NONE, the return value location can be omitted. The
|
||||
* number of parameters to pass to this function is defined when creating the signal.
|
||||
*
|
||||
* Emits a signal.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user