GtkTrace-0.1.1



Hi,

I've released GtkTrace-0.1.1.
You can get it from
http://www.aist-nara.ac.jp/~masata-y/gtkTrace/

Changes
-------

* Connection/Disconnection tracing
* Fix a typo(gtk_signal_connect_object_after)
* Trace the start up time behavior of the target application


What is GtkTrace?
-----------------
GtkTrace is a tool for tracing gtk signal propagation. With GtkTrace
you can do:

    1.list up all emitted signals triggered by a GUI operation. 
    2.list up all call back functions associated with the emitted signals. 
    3.open the source file in which one of the listed call back function is connected to a signal with an editor. 

GtkTrace might be useful to understand the rough behavior of a program 
written by other people. 

---
Masatake YAMATO




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