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
)

Description [src]

Lookup XPath expression from context_node withing turtle.

Available since: 3.0.0

Parameters

xpath

Type: gchar*

A XPath expression as string.

The data is owned by the caller of the function.
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 function.

Return value

Type: A list of xmlNode*

A GList-struct containing xmlNode.

The caller of the method takes ownership of the data container, but not the data inside it.