Function
AgsTurtlematch_string
since: 3.2.12
Declaration [src]
gboolean
ags_turtle_match_string (
gchar* offset,
gchar* end_ptr,
gchar** start_offset,
gchar** end_offset
)
Parameters
offset-
Type:
gchar*The string pointer.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. end_ptr-
Type:
gchar*The end of
offset.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. start_offset-
Type:
gchar**Points to start offset of matched, otherwise
NULL.The argument will be set by the function. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. end_offset-
Type:
gchar**Points to end offset of matched, otherwise
NULL.The argument will be set by the function. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.