Method
AgsTurtlefind_xpath_with_context_node
since: 3.0.0
Declaration [src]
GList*
ags_turtle_find_xpath_with_context_node (
AgsTurtle* turtle,
gchar* xpath,
xmlNode* context_node
)
Parameters
xpath
-
Type:
gchar*
A XPath expression as string.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. context_node
-
Type:
xmlNode
A #xmlNode-struct.
The data is owned by the caller of the method.