From: Bill Haneman Date: Wed, 21 Nov 2001 23:15:33 +0000 (+0000) Subject: Added missing gtk-doc comments for atk_relation_type_from_string. X-Git-Tag: ATK_0_7~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35f5b212a8a7b522a450712d4fd59ce3abe2f86d;p=platform%2Fupstream%2Fatk.git Added missing gtk-doc comments for atk_relation_type_from_string. --- 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) {