Method
AgsFilefind_id_ref_by_xpath
since: 3.0.0
Declaration [src]
GObject*
ags_file_find_id_ref_by_xpath (
AgsFile* file,
gchar* xpath
)
Parameters
xpath
-
Type:
gchar*
A XPath expression.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GObject
The matching GObject
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |