summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-06-26 17:02:11 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-06-14 16:36:43 +0100
commit9ce60b20828d2df9723fbee9edc5fb8a01c25f3a (patch)
treedfd2f4930c4c3713fbb026e2fa938ca6eab39ec4
parent4c18ad35cc274954c94f11a8336a63baefc53671 (diff)
downloadatk-9ce60b20828d2df9723fbee9edc5fb8a01c25f3a.tar.gz
Write description for AtkImage method
The atk_image_get_image_locale() method is missing a description.
-rw-r--r--atk/atkimage.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/atk/atkimage.c b/atk/atkimage.c
index 3a00886..5080150 100644
--- a/atk/atkimage.c
+++ b/atk/atkimage.c
@@ -210,11 +210,13 @@ atk_image_get_image_position (AtkImage *image,
* atk_image_get_image_locale:
* @image: An #AtkImage
*
+ * Retrieves the locale identifier associated to the #AtkImage.
+ *
* Since: 1.12
*
* Returns: (nullable): a string corresponding to the POSIX
- * LC_MESSAGES locale used by the image description, or %NULL if the
- * image does not specify a locale.
+ * `LC_MESSAGES` locale used by the image description, or
+ * %NULL if the image does not specify a locale.
*
*/
const gchar*