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 724204 - Pointer indirection not supported for this expression: motion_notify_event (*e);
Pointer indirection not supported for this expression: motion_notify_event (*e);
Status: RESOLVED FIXED
Product: baobab
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Baobab Maintainers
Baobab Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-12 03:09 UTC by Allison Karlitskaya (desrt)
Modified: 2014-02-12 12:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adjust to changes in Vala binding API (1.23 KB, patch)
2014-02-12 03:14 UTC, Allison Karlitskaya (desrt)
none Details | Review
Updated patch (2.36 KB, patch)
2014-02-12 06:48 UTC, Jürg Billeter
committed Details | Review

Description Allison Karlitskaya (desrt) 2014-02-12 03:09:17 UTC
Looks like fallout from bug 713240.
Comment 1 Allison Karlitskaya (desrt) 2014-02-12 03:14:34 UTC
Created attachment 268878 [details] [review]
Adjust to changes in Vala binding API

I want to wait to hear from the Vala developers before pushing this...
Comment 2 Jürg Billeter 2014-02-12 06:48:06 UTC
Created attachment 268881 [details] [review]
Updated patch

A couple more changes are needed. Not reported by the compiler as they involve pointer casts.

I've also bumped the required Vala version to 0.23.2. If this is an issue, we can sprinkle the code with a few #if VALA_0_24 conditionals as an alternative.
Comment 3 Paolo Borelli 2014-02-12 07:31:01 UTC
Review of attachment 268881 [details] [review]:

I do not mind depending on the latest and greatest. Feel free to push. Thanks!