glib/docs/reference
Philip Withnall 29edfc1169 gdebugcontroller: Drop dup_default() method as it’s broken
If `GDebugControllerDBus` remains as the only, or default,
implementation of `GDebugController`, `dup_default()` cannot work.
`GDebugControllerDBus` requires a `GDBusConnection` at construction
time, which the `GIOModule` construction code can’t provide it.

Either we use a default D-Bus connection (but which one? and how would
it be changed by the user later if it was the wrong one?), or delegate
singleton handling of the `GDebugController` to the user.

The latter approach seems more flexible.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Helps: #1190
2022-02-10 19:21:24 +00:00
..
gio gdebugcontroller: Drop dup_default() method as it’s broken 2022-02-10 19:21:24 +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