]> git.pld-linux.org Git - packages/gxml.git/blob - gxml-normalize.patch
- added normalize patch (normalize cheader path in .vapi file to fix debuginfo extrac...
[packages/gxml.git] / gxml-normalize.patch
1 --- gxml-0.10.0/vapi/xlibxml-1.0.vapi.orig      2016-01-30 04:42:43.000000000 +0100
2 +++ gxml-0.10.0/vapi/xlibxml-1.0.vapi   2016-09-24 19:51:01.573335825 +0200
3 @@ -28,7 +28,7 @@
4  namespace Xmlx {
5    [CCode (cname = "gxml_doc_get_intsubset_entities", cheader_filename = "gxml/xlibxml.h")]
6    public static Xml.HashTable doc_get_dtd_entities (Xml.Doc *doc);
7 -  [CCode (cname = "gxml_validate_name", cheader_filename = "gxml//xlibxml.h")]
8 +  [CCode (cname = "gxml_validate_name", cheader_filename = "gxml/xlibxml.h")]
9    public static int validate_name (string name, int space);
10    [CCode (cname = "gxml_parser_context_get_last_error", cheader_filename = "gxml/xlibxml.h")]
11    [Deprecated (replacement = "context_get_last_error", since = "0.8.1")]
This page took 0.169393 seconds and 3 git commands to generate.