glib/docs/reference
Christian Hergert dd43471f60 gobject: add GSignalGroup
Much like GBindingGroup, the GSignalGroup object allows you to connect many
signal connections for an object and connect/disconnect/block/unblock them
as a group.

This is useful when using many connections on an object to ensure that they
are properly removed when changing state or disposing a third-party
object.

This has been used for years in various GNOME projects and makes sense to
have upstream instead of multiple copies.
2022-02-01 17:09:14 -08:00
..
gio Merge branch '1190-debug-interface' into 'main' 2022-01-27 11:00:40 +00:00
glib Merge branch '1190-debug-interface' into 'main' 2022-01-27 11:00:40 +00:00
gobject gobject: add GSignalGroup 2022-02-01 17:09:14 -08:00
.gitignore .gitignore manpages (*.1) 2010-05-24 23:21:01 -04:00
AUTHORS Initial revision 1999-08-16 17:58:30 +00:00
COPYING Initial revision 1999-08-16 17:58:30 +00:00
meson.build gversionmacros: Add version macros for GLib 2.72 2021-09-17 11:35:21 +01:00
NEWS Initial revision 1999-08-16 17:58:30 +00:00