Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

[Atk] Fix property names. #213

Merged
merged 2 commits into from
Aug 25, 2017
Merged

[Atk] Fix property names. #213

merged 2 commits into from
Aug 25, 2017

Conversation

Therzok
Copy link
Contributor

@Therzok Therzok commented Aug 25, 2017

Atk defines the properties via const strings, not literal strings, so the perl parser grabs the wrong id. https://github.com/GNOME/atk/blob/125dac528339267821dbbd6da9b19fe9949334e9/atk/atkobject.c#L259-L273

Atk defines the properties via const strings, not literal strings, so the perl parser grabs the wrong id. https://github.com/GNOME/atk/blob/125dac528339267821dbbd6da9b19fe9949334e9/atk/atkobject.c#L259-L273
atk/Atk.metadata Outdated
<attr path="/api/namespace/object[@cname='AtkObject']/*[@name='AtkObjectNamePropertyValue']" name="cname">accessible-value</attr>
<attr path="/api/namespace/object[@cname='AtkObject']/*[@name='AtkObjectNamePropertyRole']" name="cname">accessible-role</attr>
<attr path="/api/namespace/object[@cname='AtkObject']/*[@name='AtkObjectNamePropertyComponentLayer']" name="cname">accessible-component-layer</attr>
<attr path="/api/namespace/object[@cname='AtkObject']/*[@name='AtkObjectNamePropertyMdiZorder']" name="cname">accessible-mdi-zorder</attr>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accessible-component-mdi-zorder

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AtkObjectNamePropertyComponentMdiZorder too

atk/Atk.metadata Outdated
<attr path="/api/namespace/object[@cname='AtkObject']/*[@name='AtkObjectNamePropertyTableRowHeader']" name="cname">accessible-row-header</attr>
<attr path="/api/namespace/object[@cname='AtkObject']/*[@name='AtkObjectNamePropertyTableSummary']" name="cname">accessible-table-summary</attr>
<attr path="/api/namespace/object[@cname='AtkObject']/*[@name='AtkObjectNamePropertyTableCaptionObject']" name="cname">accessible-table-caption-object</attr>
<attr path="/api/namespace/object[@cname='AtkObject']/*[@name='AtkObjectNamePropertyTableHypertextNumLinks']" name="cname">accessible-table-hypertext-nlinks</attr>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accessible-hypertext-nlinks

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AtkObjectNamePropertyHypertextNumLinks

@Therzok Therzok merged commit 23ddf80 into gtk-sharp-2-12-branch Aug 25, 2017
@Therzok Therzok deleted the atk-fixup branch August 25, 2017 15:05
@Therzok
Copy link
Contributor Author

Therzok commented Aug 25, 2017

@iainx
Copy link

iainx commented Aug 25, 2017

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants