After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 730008 - make gtk_set_interactive_debugging available for apps
make gtk_set_interactive_debugging available for apps
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Debugging
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-05-12 12:47 UTC by Matthias Clasen
Modified: 2014-05-13 19:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
inspector: All to turn it on programmatically (2.82 KB, patch)
2014-05-13 18:20 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2014-05-12 12:47:01 UTC
Some apps, e.g. nautilus, will have conflicts with the Ctrl-Shift-i keybinding. If we make the function available, they can add their own way of triggering it.
Comment 1 Matthias Clasen 2014-05-13 18:20:04 UTC
Created attachment 276469 [details] [review]
inspector: All to turn it on programmatically

Export gtk_window_set_interactive_debugging.
Comment 2 Matthias Clasen 2014-05-13 19:22:25 UTC
Attachment 276469 [details] pushed as b853108 - inspector: All to turn it on programmatically