| Top |
| gchar * | ags_string_util_escape_single_quote () |
| guint | ags_strv_length () |
| gboolean | ags_strv_contains () |
| gint | ags_strv_index () |
gchar *
ags_string_util_escape_single_quote (gchar *str);
Escape all occurence of single quotes.
Since: 2.0.0
guint
ags_strv_length (gchar **str_array);
Count the number of non-NULL entries in the array.
Since: 2.0.0
gboolean ags_strv_contains (gchar **str_array,gchar *str);
Check by comparing str
against str_array
items.
Since: 2.0.0