X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkrelation.c;h=6dcb1c477e55bf1a104bd8cd5bdaee3f8ee51001;hb=4f631cf8b3ceb2d8e8342850a0124426faa0a0c7;hp=cc1807e8832bf48cdd5ae9dd11867c1013777e0e;hpb=acd2335095bf859d35332db6fdc9c54b53773918;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkrelation.c b/atk/atkrelation.c old mode 100755 new mode 100644 index cc1807e..6dcb1c4 --- a/atk/atkrelation.c +++ b/atk/atkrelation.c @@ -17,12 +17,23 @@ * Boston, MA 02111-1307, USA. */ +#include "config.h" + #include #include -#include "atkobject.h" -#include "atkrelation.h" -#include "atk-enum-types.h" +#include "atk.h" +/** + * SECTION:atkrelation + * @Short_description: An object used to describe a relation between a + * object and one or more other objects. + * @Title:AtkRelation + * + * An AtkRelation describes a relation between an object and one or + * more other objects. The actual relations that an object has with + * other objects are defined as an AtkRelationSet, which is a set of + * AtkRelations. + */ enum { PROP_0, @@ -341,7 +352,7 @@ atk_relation_add_target (AtkRelation *relation, * * Remove the specified AtkObject from the target for the relation. * - * Returns TRUE if the removal is successful. + * Returns: TRUE if the removal is successful. **/ gboolean