[tepl] SignalGroup: simplify description



commit 2f1d98e06701e529de677cfb116f74cec5cddc83
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed May 29 10:57:18 2019 +0200

    SignalGroup: simplify description

 tepl/tepl-signal-group.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/tepl/tepl-signal-group.c b/tepl/tepl-signal-group.c
index a3e851b..852c385 100644
--- a/tepl/tepl-signal-group.c
+++ b/tepl/tepl-signal-group.c
@@ -22,12 +22,8 @@
 /* Small utility to disconnect signal handlers without the need to keep around
  * the GObject instance where the signals were connected.
  *
- * It is similar to DzlSignalGroup from libdazzle. TeplSignalGroup is less
- * convenient to use, it contains less features, but this has the advantage that
- * the implementation is *much* simpler, and I can thus be more confident that
- * it is bug-free (which is more important to me). If one day DzlSignalGroup is
- * included in GObject or GIO (after being properly reviewed), then I'll
- * probably start using it. -- swilmet
+ * It was inspired by DzlSignalGroup from libdazzle. TeplSignalGroup has a much
+ * simpler implementation, it applies the "worse is better" philosophy.
  */
 
 struct _TeplSignalGroup


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