Method
GimpConfigserialize_to_parasite
Declaration [src]
GimpParasite*
gimp_config_serialize_to_parasite (
GimpConfig* config,
const gchar* parasite_name,
guint parasite_flags,
gpointer data
)
Parameters
parasite_name |
const gchar* |
The new parasite’s name. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
parasite_flags |
guint |
The new parasite’s flags. |
|
data |
gpointer |
User data passed to the serialize implementation. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | GimpParasite |
The newly allocated parasite. |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |