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 759571 - Vala support
Vala support
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-12-17 04:00 UTC by Jan Lukas
Modified: 2016-01-12 17:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Add Vala bindings (5.69 KB, patch)
2016-01-11 14:33 UTC, Debarshi Ray
committed Details | Review
build: Fix srcdir != builddir (1.46 KB, patch)
2016-01-11 16:22 UTC, Debarshi Ray
committed Details | Review
build: Enable introspection during distcheck (933 bytes, patch)
2016-01-11 16:23 UTC, Debarshi Ray
committed Details | Review

Description Jan Lukas 2015-12-17 04:00:03 UTC
I would very much like to make use of gnome-online-accounts for my application "FeedReader" (http://jangernert.github.io/feedreader/). However there seem to be no bindings for gnomes own Vala language =(
Comment 1 Debarshi Ray 2016-01-11 14:33:23 UTC
Created attachment 318739 [details] [review]
build: Add Vala bindings
Comment 2 Debarshi Ray 2016-01-11 14:36:03 UTC
I wonder if things like goa_client_get_accounts and goa_client_lookup_by_id need some metadata help because they can return NULL; and GOA_CHECK_VERSION because it is a macro.
Comment 3 Debarshi Ray 2016-01-11 14:37:28 UTC
I am just going to push this now. Please open a bug if there are issues with the Vala bindings. My Vala knowledge is limited, so patches are even better.
Comment 4 Debarshi Ray 2016-01-11 14:38:04 UTC
Comment on attachment 318739 [details] [review]
build: Add Vala bindings

Pushed to master.
Comment 5 Debarshi Ray 2016-01-11 16:22:48 UTC
Created attachment 318762 [details] [review]
build: Fix srcdir != builddir
Comment 6 Debarshi Ray 2016-01-11 16:23:15 UTC
Created attachment 318763 [details] [review]
build: Enable introspection during distcheck
Comment 7 Jan Lukas 2016-01-11 23:18:59 UTC
Awesome :)
Will the documentation land on valadoc.org automatically once 3.20 is released?
Comment 8 Debarshi Ray 2016-01-12 16:52:32 UTC
I don't have access to valadoc.org. Please open a bug against the valadoc bugzilla product or on valadoc.org github page.
Comment 9 Jan Lukas 2016-01-12 17:05:02 UTC
Will do, thx :)