Method

AgsTurtlefind_xpath

since: 3.0.0

Declaration [src]

GList*
ags_turtle_find_xpath (
  AgsTurtle* turtle,
  gchar* xpath
)

Description [src]

Lookup XPath expression 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.

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.