Function

AgsTurtleread_decimal

since: 3.0.0

Declaration [src]

gchar*
ags_turtle_read_decimal (
  gchar* offset,
  gchar* end_ptr
)

Description [src]

Read decimal value.

Available since: 3.0.0

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.

Return value

Type: gchar*

A string on success otherwise NULL.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.