summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-06-26 17:02:11 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-06-26 17:02:11 +0100
commitcbad47790b73f640fc24c0f0f941fbd09927f282 (patch)
treeb92dd1f1f3617195f7928dd723faa2e3b3fe714b
parentdcf3643cbe2fa4c57b4a86b8af3a33f9b615d097 (diff)
downloadatk-cbad47790b73f640fc24c0f0f941fbd09927f282.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*