Function
AgsMathUtilmatch_operator
since: 3.6.0
Declaration [src]
gboolean
ags_math_util_match_operator (
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 returned data is owned by 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 returned data is owned by the function. The value is a NUL terminated UTF-8 string.