summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarkTrick <notebook22312@gmail.com>2021-09-06 11:23:14 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2021-09-06 11:23:14 +0000
commit3c459b7fd6097c4f5b781ab8b652ba45b7ee2b5b (patch)
treeba42f91d828dd8018184e78ef24b8eb6810292ba
parent9f327fac398d9d37f975ee8e3e3967a5cde09293 (diff)
downloadglib-3c459b7fd6097c4f5b781ab8b652ba45b7ee2b5b.tar.gz
doc: Explicitly said, that no null term. is needed
-rw-r--r--gobject/gsignal.c3
1 files changed, 2 insertions, 1 deletions
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.
*