Function

AgsTurtlematch_hex

since: 3.2.12

Declaration [src]

gboolean
ags_turtle_match_hex (
  gchar* offset,
  gchar* end_ptr,
  gchar** start_offset,
  gchar** end_offset
)

Description [src]

Match hex.

Available since: 3.2.12

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.

Return value

Type: gboolean

TRUE on success, otherwise FALSE.