Top | ![]() |
![]() |
![]() |
![]() |
GPtrArray * xb_silo_query (XbSilo *self
,const gchar *xpath
,guint limit
,GError **error
);
Searches the silo using an XPath query, returning up to limit
results.
It is safe to call this function from a different thread to the one that created the XbSilo.
Please note: Only a subset of XPath is supported.
Since: 0.1.0
GPtrArray * xb_silo_query_full (XbSilo *self
,XbQuery *query
,GError **error
);
Searches the silo using an XPath query.
It is safe to call this function from a different thread to the one that created the XbSilo.
Please note: Only a subset of XPath is supported.
Since: 0.1.13
XbNode * xb_silo_query_first (XbSilo *self
,const gchar *xpath
,GError **error
);
Searches the silo using an XPath query, returning up to one result.
It is safe to call this function from a different thread to the one that created the XbSilo.
Please note: Only a tiny subset of XPath 1.0 is supported.
Since: 0.1.0
XbNode * xb_silo_query_first_full (XbSilo *self
,XbQuery *query
,GError **error
);
Searches the silo using an XPath query, returning up to one result.
It is safe to call this function from a different thread to the one that created the XbSilo.
Please note: Only a tiny subset of XPath 1.0 is supported.
Since: 0.1.13