gdebugcontroller: Add some more documentation

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

Helps: #1190
This commit is contained in:
Philip Withnall
2022-02-10 19:24:17 +00:00
parent 35f6c65b35
commit 6d5953ee48
2 changed files with 103 additions and 0 deletions

View File

@@ -44,6 +44,10 @@
* default. Application code may connect to the #GObject::notify signal for it
* to control other parts of its debug infrastructure as necessary.
*
* If your application or service is using the default GLib log writer function,
* creating one of the built-in implementations of #GDebugController should be
* all thats needed to dynamically enable or disable debug output.
*
* Since: 2.72
*/