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 562965 - make VteTerminalClass slimmer
make VteTerminalClass slimmer
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
[fixed-next]
Depends on:
Blocks: vte1.0
 
 
Reported: 2008-12-02 11:59 UTC by Christian Persch
Modified: 2014-03-27 18:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2008-12-02 11:59:57 UTC
For most of our signals, VteTerminalClass has a slot, and a guint for its signal ID. Both of these are useless for most signals, since there's no class handler for the signal, and the signal ID can just be stored internally.

Also needs to add new padding to the class for 1.0.