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 141172 - Speed up gtk_grab_notify ()
Speed up gtk_grab_notify ()
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-04-26 22:13 UTC by Soren Sandmann Pedersen
Modified: 2011-02-04 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The patch (1.41 KB, patch)
2004-04-26 22:16 UTC, Soren Sandmann Pedersen
none Details | Review

Description Soren Sandmann Pedersen 2004-04-26 22:13:59 UTC
This is a simple patch that speeds up gtk_grab_notify(). The signal name parsing
showed up quite high on the profiles of some application.
Comment 1 Soren Sandmann Pedersen 2004-04-26 22:16:22 UTC
Created attachment 27130 [details] [review]
The patch
Comment 2 Matthias Clasen 2004-04-29 13:07:44 UTC
I think this can go into 2.4, since it is only private api, right ?