@@ -263,7 +263,7 @@ gimp_config_iface_copy (GimpConfig *src,
263
263
* @header: optional file header (must be ASCII only)
264
264
* @footer: optional file footer (must be ASCII only)
265
265
* @data: user data passed to the serialize implementation.
266
- * @error:
266
+ * @error: return location for a possible error
267
267
*
268
268
* Serializes the object properties of @config to the file specified
269
269
* by @filename. If a file with that name already exists, it is
@@ -336,7 +336,7 @@ gimp_config_serialize_to_fd (GimpConfig *config,
336
336
*
337
337
* Serializes the object properties of @config to a string.
338
338
*
339
- * Return value: a newly allocated % NUL-terminated string.
339
+ * Return value: a newly allocated NUL-terminated string.
340
340
*
341
341
* Since: GIMP 2.4
342
342
**/
@@ -364,7 +364,7 @@ gimp_config_serialize_to_string (GimpConfig *config,
364
364
* @config: a #GObject that implements the #GimpConfigInterface.
365
365
* @filename: the name of the file to read configuration from.
366
366
* @data: user data passed to the deserialize implementation.
367
- * @error:
367
+ * @error: return location for a possible error
368
368
*
369
369
* Opens the file specified by @filename, reads configuration data
370
370
* from it and configures @config accordingly. Basically this function
@@ -409,11 +409,11 @@ gimp_config_deserialize_file (GimpConfig *config,
409
409
410
410
/**
411
411
* gimp_config_deserialize_string:
412
- * @config: a #GObject that implements the #GimpConfigInterface.
413
- * @text: string to deserialize (in UTF-8 encoding)
412
+ * @config: a #GObject that implements the #GimpConfigInterface.
413
+ * @text: string to deserialize (in UTF-8 encoding)
414
414
* @text_len: length of @text in bytes or -1
415
- * @data:
416
- * @error:
415
+ * @data: client data
416
+ * @error: return location for a possible error
417
417
*
418
418
* Configures @config from @text. Basically this function creates a
419
419
* properly configured #GScanner for you and calls the deserialize
@@ -456,9 +456,9 @@ gimp_config_deserialize_string (GimpConfig *config,
456
456
457
457
/**
458
458
* gimp_config_deserialize_return:
459
- * @scanner:
460
- * @expected_token:
461
- * @nest_level:
459
+ * @scanner: a #GScanner
460
+ * @expected_token: the expected token
461
+ * @nest_level: the next level
462
462
*
463
463
* Returns:
464
464
*
0 commit comments