From 35f5b212a8a7b522a450712d4fd59ce3abe2f86d Mon Sep 17 00:00:00 2001 From: Bill Haneman Date: Wed, 21 Nov 2001 23:15:33 +0000 Subject: [PATCH] Added missing gtk-doc comments for atk_relation_type_from_string. --- ChangeLog | 5 +++++ atk/atkrelation.c | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8a06736..0d9352d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-21 Bill Haneman + + * atk/atkrelation.c: Added gtk-doc docs for + atk_relation_type_from_string. + Wed Nov 21 17:54:44 2001 Owen Taylor * atk/atkobject.h (enum): Fix trailing comma on 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) { -- 2.7.4