[vala/0.36: 53/212] libxml-2.0: Bind xmlLastElementChild and xmlPreviousElementSibling
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.36: 53/212] libxml-2.0: Bind xmlLastElementChild and xmlPreviousElementSibling
- Date: Sat, 14 Apr 2018 07:47:48 +0000 (UTC)
commit b8fec27087ad1e93b3a570630cce93b40dfc99ea
Author: Daniel Espinosa <esodan gmail com>
Date: Sat Sep 2 22:17:43 2017 -0500
libxml-2.0: Bind xmlLastElementChild and xmlPreviousElementSibling
https://bugzilla.gnome.org/show_bug.cgi?id=787201
vapi/libxml-2.0.vapi | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi
index 9e1e8ff..273b0a5 100644
--- a/vapi/libxml-2.0.vapi
+++ b/vapi/libxml-2.0.vapi
@@ -878,9 +878,15 @@ namespace Xml {
[CCode (cname = "xmlNextElementSibling")]
public Node* next_element_sibling ();
+ [CCode (cname = "xmlPreviousElementSibling")]
+ public Node* previous_element_sibling ();
+
[CCode (cname = "xmlFirstElementChild")]
public Node* first_element_child ();
+ [CCode (cname = "xmlLastElementChild")]
+ public Node* last_element_child ();
+
[CCode (cname = "xmlChildElementCount")]
public ulong child_element_count ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]