summaryrefslogtreecommitdiff
path: root/atk/atkrelation.c
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2001-11-21 23:15:33 +0000
committerBill Haneman <billh@src.gnome.org>2001-11-21 23:15:33 +0000
commit35f5b212a8a7b522a450712d4fd59ce3abe2f86d (patch)
treedeb9d135d416f6a7b22cfda28ef03ef0f3500094 /atk/atkrelation.c
parentd2abeb35f14b065e132ec2aa31a421aef9cd8ae5 (diff)
downloadatk-35f5b212a8a7b522a450712d4fd59ce3abe2f86d.tar.gz
Added missing gtk-doc comments for atk_relation_type_from_string.
Diffstat (limited to 'atk/atkrelation.c')
-rwxr-xr-xatk/atkrelation.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/atk/atkrelation.c b/atk/atkrelation.c
index 0511efb..deba01e 100755
--- a/atk/atkrelation.c
+++ b/atk/atkrelation.c
@@ -72,6 +72,16 @@ atk_relation_type_register (const gchar *name)
return (++type);
}
+
+/**
+ * atk_relation_type_from_string:
+ * @name: a string which is the (non-localized) name of an ATK relation type.
+ *
+ * Get the #AtkRelationType type corresponding to a relation name.
+ *
+ * Returns: the #AtkRelationType enumerated type corresponding to the specified name,
+ * or #ATK_RELATION_NULL if no matching relation type is found.
+ **/
AtkRelationType
atk_relation_type_from_string (const gchar *name)
{