Function
GLibref_string_length
since: 2.58
Declaration [src]
gsize
g_ref_string_length(
char*str
)
Parameters
str-
Type:
char*A reference counted string.
The data is owned by the caller of the function.The value is a NUL terminated UTF-8 string.
Return value
Type: gsize
The length of the given string, in bytes.