summaryrefslogtreecommitdiff
path: root/atk/atkimage.c
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-03-21 17:52:39 +0000
committerBill Haneman <billh@src.gnome.org>2006-03-21 17:52:39 +0000
commit3aedda07471e2692ff1361bac6af433b52dec629 (patch)
treeeac9657bd00a9329357e21229ce1045465511155 /atk/atkimage.c
parentd155ef26c49995dc0a82b54ef7e961c65c564a33 (diff)
downloadatk-3aedda07471e2692ff1361bac6af433b52dec629.tar.gz
Improved documentation: ATK now has 100% gtk-doc coverage with no
sections tagged as incomplete.
Diffstat (limited to 'atk/atkimage.c')
-rwxr-xr-xatk/atkimage.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/atk/atkimage.c b/atk/atkimage.c
index 3566d67..30c2705 100755
--- a/atk/atkimage.c
+++ b/atk/atkimage.c
@@ -187,10 +187,14 @@ atk_image_get_image_position (AtkImage *image,
}
}
-/**
- * Returns a string corresponding to the POSIX LC_MESSAGES locale used by the image description, or NULL if the image does not specify a locale.
+/**
+ * atk_image_get_image_locale:
* @image: An #AtkImage
+ *
* @Since ATK 1.12
+ *
+ * Returns a string corresponding to the POSIX LC_MESSAGES locale used by the image description, or NULL if the image does not specify a locale.
+ *
*/
G_CONST_RETURN gchar*
atk_image_get_image_locale (AtkImage *image)