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 663265 - Add more introspection to the GTop APIs
Add more introspection to the GTop APIs
Status: RESOLVED FIXED
Product: libgtop
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: libgtop maintainers
libgtop maintainers
: 667322 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-11-02 20:29 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2015-01-03 13:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add a .gitignore file (1.56 KB, patch)
2011-11-02 20:29 UTC, Jasper St. Pierre (not reading bugmail)
rejected Details | Review
Warn on introspection errors (733 bytes, patch)
2011-11-02 20:29 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review
Make some APIs that return struct introspectable (8.08 KB, patch)
2011-11-02 20:29 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2011-11-02 20:29:51 UTC
In order to do this properly (e.g. no leaks), we need to register some boxed
types. In order do that, we need to depend on GObject. So, here we go!
Comment 1 Jasper St. Pierre (not reading bugmail) 2011-11-02 20:29:53 UTC
Created attachment 200538 [details] [review]
Add a .gitignore file
Comment 2 Jasper St. Pierre (not reading bugmail) 2011-11-02 20:29:55 UTC
Created attachment 200539 [details] [review]
Warn on introspection errors
Comment 3 Jasper St. Pierre (not reading bugmail) 2011-11-02 20:29:58 UTC
Created attachment 200540 [details] [review]
Make some APIs that return struct introspectable

In order to do this, we need to define some boxed types. So we need
to add a new dependency, GObject, to GTop.
Comment 4 Robert Roth 2013-08-21 00:13:32 UTC
*** Bug 667322 has been marked as a duplicate of this bug. ***
Comment 5 Robert Roth 2015-01-03 13:38:00 UTC
Thanks for the patches, pushed the non-conflicting ones.
Attachment 200539 [details] pushed as 30d29e6 - Warn on introspection errors
Attachment 200540 [details] pushed as 3f8f653 - Make some APIs that return struct introspectable
Comment 6 Robert Roth 2015-01-03 13:39:26 UTC
Review of attachment 200538 [details] [review]:

Rejecting, as we have already added a .gitignore file.