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 773588 - [review] add vala api for libnm
[review] add vala api for libnm
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
: 743423 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2016-10-27 15:28 UTC by Thomas Haller
Modified: 2016-11-03 09:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Haller 2016-10-27 15:28:17 UTC
We had vapi for libnm-util and libnm-glib.

Now also add it for libnm (the successor library that deprecates the above).


Note that libnm cannot be linked together with libnm-glib (because of clashing glib type names). Thus, the vala prefix "NM" can safely be reused.
Comment 1 Thomas Haller 2016-10-27 15:30:58 UTC
Branch at:

https://cgit.freedesktop.org/NetworkManager/NetworkManager/log/?h=th/libnm-vala-bgo773588


and CC-ing Alberto, who did the vapi for libnm-glib.
Comment 2 Beniamino Galvani 2016-10-30 08:26:51 UTC
*** Bug 743423 has been marked as a duplicate of this bug. ***
Comment 3 Thomas Haller 2016-11-03 09:21:36 UTC
merged to master:
https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=0fa2cf19e52167f17dbe43fb1a162ce885f00fc9


consider it a first shot, but we can improve on it later as users of it identify issues.