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 645247 - Methods of Meta.Rectangle are missing annotations.
Methods of Meta.Rectangle are missing annotations.
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-19 18:21 UTC by Giovanni Campagna
Modified: 2011-03-19 19:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add introspection annotations for (out) arguments. (1.61 KB, patch)
2011-03-19 18:23 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2011-03-19 18:21:35 UTC
Patch coming...
Comment 1 Giovanni Campagna 2011-03-19 18:23:17 UTC
Created attachment 183806 [details] [review]
Add introspection annotations for (out) arguments.

Mark that the the third argument to meta_rectangle_union and
meta_rectangle_intersect is an (out) argument that should be created
by the language binding.
Comment 2 Colin Walters 2011-03-19 18:51:42 UTC
Review of attachment 183806 [details] [review]:

Looks good.
Comment 3 Giovanni Campagna 2011-03-19 19:23:26 UTC
Attachment 183806 [details] pushed as 585da56 - Add introspection annotations for (out) arguments.