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:
Philip Withnall 2021-09-06 11:23:15 +00:00
commit f26555b485

View File

@ -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.
*