libgimpconfig: fix doc typo

This commit is contained in:
Michael Natterer 2019-09-21 19:02:22 +02:00
parent 142002446e
commit bfe7bb1d05

View file

@ -418,10 +418,10 @@ gimp_config_serialize_to_string (GimpConfig *config,
/**
* gimp_config_serialize_to_parasite:
* @config: a #GObject that implements the #GimpConfigInterface.
* @parasite_name: the new parasite's name
* @pparasite_flags: the new parasite's flags
* @data: user data passed to the serialize implementation.
* @config: a #GObject that implements the #GimpConfigInterface.
* @parasite_name: the new parasite's name
* @parasite_flags: the new parasite's flags
* @data: user data passed to the serialize implementation.
*
* Serializes the object properties of @config to a #GimpParasite.
*