API Version: 1.2
Library Version: 3.57.3
Generated by gi-docgen 2025.4
since: 2.24
gchar* camel_db_sqlize_string ( const gchar* string )
Converts the string to be usable in the SQLite statements.
string
Available since: 2.24
Type: const gchar*
const gchar*
A string to “sqlize”.
Type: gchar*
gchar*
A newly allocated sqlized string. The returned value should be freed with camel_db_sqlize_string(), when no longer needed.