[glib: 1/2] doc: Explicitly said, that no null term. is needed




commit 3c459b7fd6097c4f5b781ab8b652ba45b7ee2b5b
Author: DarkTrick <notebook22312 gmail com>
Date:   Mon Sep 6 11:23:14 2021 +0000

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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]