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 779490 - libxml2: Adding missing API for Tree validation, Node, Dtd, TextWriter, Errors and ParserContext
libxml2: Adding missing API for Tree validation, Node, Dtd, TextWriter, Error...
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.35.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-02 19:19 UTC by Daniel Espinosa
Modified: 2017-03-02 20:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add missing API to libxml-2.0.vapi (7.18 KB, patch)
2017-03-02 19:19 UTC, Daniel Espinosa
none Details | Review
Add missing API to libxml-2.0.vapi, fixing TextWriter constructors (7.23 KB, patch)
2017-03-02 19:52 UTC, Daniel Espinosa
none Details | Review
Add missing API to libxml-2.0.vapi, fixing TextWriter constructors and xmlValidateNmtokenValue binding (7.22 KB, patch)
2017-03-02 20:32 UTC, Daniel Espinosa
committed Details | Review

Description Daniel Espinosa 2017-03-02 19:19:00 UTC
Created attachment 347092 [details] [review]
Add missing API to libxml-2.0.vapi

GXml have to add C methods to access missing API in libxml-2.0.vapi, attached patch fix that.
Comment 1 Daniel Espinosa 2017-03-02 19:52:47 UTC
Created attachment 347094 [details] [review]
Add missing API to libxml-2.0.vapi, fixing TextWriter constructors

After chat, I've prepared this patch, fixing TextWriter constructors
Comment 2 Daniel Espinosa 2017-03-02 20:32:34 UTC
Created attachment 347096 [details] [review]
Add missing API to libxml-2.0.vapi, fixing TextWriter constructors and xmlValidateNmtokenValue binding

Result from chat discussion.
Comment 3 Rico Tzschichholz 2017-03-02 20:49:55 UTC
commit 415917d5ab933fa526627620645556fbafee8af0
Author: Daniel Espinosa <daniel.espinosa@pwmc.mx>
Date:   Thu Mar 2 14:30:51 2017 -0600

    libxml-2.0: Adding missing API and nullable parameters