Function
FwupdPluginstrdup
Declaration [src]
GString*
fu_strdup (
const gchar* str,
gsize bufsz,
gsize offset
)
Description [src]
Copies a string from a buffer of a specified size up to (but not including) NUL
.
Available since: | 1.8.11 |
Parameters
str |
const gchar* |
A string, e.g. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
bufsz |
gsize |
The maximum size of |
|
offset |
gsize |
The offset to start copying from. |
Return value
Returns: | GString |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |