doc: Explicitly said, that no null term. is needed

This commit is contained in:
DarkTrick 2021-09-06 11:23:14 +00:00 committed by Philip Withnall
parent 9f327fac39
commit 3c459b7fd6

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