Function
GimpConfigWriternew_from_string
Declaration [src]
GimpConfigWriter*
gimp_config_writer_new_from_string (
GString* string
)
Parameters
string |
GString |
No description available. | |
The data is owned by the caller of the function. |
Return value
Returns: | GimpConfigWriter |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |