Tracker Client Library Reference Manual
Top
|
Description
Utilities
Utilities
Synopsis
gchar
*
tracker_sparql_escape
(const
gchar
*str);
Description
Details
tracker_sparql_escape ()
gchar
* tracker_sparql_escape (const
gchar
*str);
str
:
a string to escape.
Returns
:
the newly allocated escaped string which must be freed using
g_free()
.