From 3c459b7fd6097c4f5b781ab8b652ba45b7ee2b5b Mon Sep 17 00:00:00 2001 From: DarkTrick Date: Mon, 6 Sep 2021 11:23:14 +0000 Subject: [PATCH] doc: Explicitly said, that no null term. is needed --- gobject/gsignal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gobject/gsignal.c b/gobject/gsignal.c index 8e10f40d2..a106bbeec 100644 --- a/gobject/gsignal.c +++ b/gobject/gsignal.c @@ -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. *