Function
GimpScannernew_string
Declaration [src]
GimpScanner*
gimp_scanner_new_string (
const gchar* text,
gint text_len,
GError** error
)
Parameters
text |
An array of gchar |
No description available. | |
The length of the array is specified in the text_len argument. | |
The data is owned by the caller of the function. | |
Each element is a NUL terminated UTF-8 string. | |
text_len |
gint |
The length of |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GimpScanner |
The new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |