diff options
author | Li Yuan <liyuan@goaltender> | 2009-03-19 08:31:13 +0000 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2009-03-19 08:31:13 +0000 |
commit | 5b32dfd56cae1358e6382beeb3f99d9a590eef39 (patch) | |
tree | f35da11fc7b9bfe7a79aab0c16beea8c029fc496 /atk/atkobject.h | |
parent | f38c502e6e6470f0cdf8f82eb743bd9a9f8aced7 (diff) | |
download | atk-5b32dfd56cae1358e6382beeb3f99d9a590eef39.tar.gz |
Patch from Yue Wang. Bug #575794.
2009-03-19 Li Yuan <liyuan@goaltender>
Patch from Yue Wang. Bug #575794.
* atk/atkcomponent.c:
* atk/atkdocument.c:
* atk/atkhyperlink.c:
* atk/atkhyperlinkimpl.c:
* atk/atkmisc.c:
* atk/atkobject.c:
* atk/atkobject.h:
* atk/atkrelation.c:
* atk/atkrelationset.c:
* atk/atkstreamablecontent.c:
* atk/atktext.c:
* atk/atkutil.c:
* atk/atkvalue.c:
Change "ATK 1.x" to "1.x". Avoid build error.
svn path=/trunk/; revision=1364
Diffstat (limited to 'atk/atkobject.h')
-rwxr-xr-x | atk/atkobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkobject.h b/atk/atkobject.h index bfd94f3..19d974d 100755 --- a/atk/atkobject.h +++ b/atk/atkobject.h @@ -111,7 +111,7 @@ G_BEGIN_DECLS *@ATK_ROLE_UNKNOWN: The object contains some Accessible information, but its role is not known *@ATK_ROLE_VIEWPORT: An object usually used in a scroll pane *@ATK_ROLE_WINDOW: A top level window with no title or border. - *@ATK_ROLE_HEADER: An object that serves as a document header. @Since:ATK 1.1.1 + *@ATK_ROLE_HEADER: An object that serves as a document header. @Since: ATK-1.1.1 *@ATK_ROLE_FOOTER: An object that serves as a document footer. @Since: ATK-1.1.1 *@ATK_ROLE_PARAGRAPH: An object which is contains a paragraph of text content. @Since: ATK-1.1.1 *@ATK_ROLE_RULER: An object which describes margins and tab stops, etc. for text objects which it controls (should have CONTROLLER_FOR relation to such). @Since: ATK-1.1.1 |