Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_string_util_escape_single_quote () |
|
ags_strv_length () |
|
ags_strv_contains () |
|
ags_strv_index () |
|
ags_strv_equal () |
|
ags_string_util_get_type () |
Functions
ags_string_util_escape_single_quote ()
gchar * ags_string_util_escape_single_quote ();
gchar *str
Escape all occurence of single quotes.
Since:
ags_strv_length ()
guint ags_strv_length ();
gchar **str_array
Count the number of non-NULL
Since:
ags_strv_contains ()
gboolean ags_strv_contains (,
gchar **str_array);
gchar *str
Check occurence of str
within str_array
Parameters
str_array |
the string vector. |
[element-type utf8][array zero-terminated=1][transfer none] |
str |
the string to match |
Since:
ags_strv_index ()
gint ags_strv_index (,
gchar **str_array);
gchar *str
Check by comparing str
against str_array
items.
Parameters
str_array |
the string vector. |
[element-type utf8][array zero-terminated=1][transfer none] |
str |
the string to match |
Since:
ags_strv_equal ()
gboolean ags_strv_equal (,
gchar **strv1);
gchar **strv2
Check strv1
and strv2
to be equal. The arrays don't have to be
sorted.
Since: