Outstanding patches, #58330



This is currently just a documentation update, but I think it would make
more sense to remove
the completely unused debug flags from both debugging.txt and the enums.

Comments ?

Matthias

Oh, I guess I should also put Owens current email address in there.

Index: docs/debugging.txt
===================================================================
RCS file: /cvs/gnome/gtk+/docs/debugging.txt,v
retrieving revision 1.3
diff -u -3 -p -u -r1.3 debugging.txt
--- docs/debugging.txt	1998/04/06 12:59:03	1.3
+++ docs/debugging.txt	2001/07/31 12:38:46
@@ -50,6 +50,9 @@ by the:
   --gtk-debug and --gdk-debug command line options
   --gtk-no-debug and --gdk-no-debug command line options

+Additionally, glib debugging information can be controlled via the
+GRUNTIME_DEBUG environment variable.
+
 First the environment variables are applied, then the command line
 options are applied in the order given on the command line.

@@ -67,16 +70,20 @@ For instance:

 runs testgtk with the 'misc' and 'events' debugging options.

- GTK_DEBUG
- ---------
+
+ GRUNTIME_DEBUG
+ --------------

  Application relevant options:

  'objects' - Trace the creation and destruction of objects, print
              out a summary at program termination
-
+
  Options only interesting to library maintainers:

+ 'signals' - Trace signal emission.
+
+
  GDK_DEBUG
  ---------

@@ -89,8 +96,21 @@ runs testgtk with the 'misc' and 'events
  'misc'          - Miscellaneous information
  'dnd'           - Information about drag-and-drop
  'color-context' - Information about the internal workings of
-                   GdkColorContext
- 'xim'           - Information about X Input Method support
+                   GdkColorContext - unused
+ 'xim'           - Information about X Input Method support - unused
+
+
+ GTK_DEBUG
+ ---------
+
+ Options only interesting to library maintainers:
+
+ 'misc'          - Miscellaneous information - unused
+ 'dnd'           - Information about drag-and-drop - unused
+ 'plugsocket'    - Information about plug/socket widget internals - unused
+ 'text'          - Information about text widget internals
+ 'tree'          - Information about tree widget internals
+ 'updates'       - Visual feedback about window updates


                                     - Owen Taylor <owt1 cornell edu>







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